summaryrefslogtreecommitdiff
path: root/pkg/bitmask
AgeCommit message (Collapse)Author
2019-08-16[feat] be able to use obfs4Ruben Pollan
2019-02-04[feat] add -disable-autostart flag and configRuben Pollan
Make possible to disable the autostart configuration for the next run. I can be done by configuring "DisableAustostart" to true in the systra.json or by passing the '-disable-autostart' flag to the binary. To make that possible I have rework how the Config struct work separating the file configuration with the runtime configuration. - Resolves: #100
2019-01-17[refactor] rename the imports into bitmask-vpnRuben Pollan
2019-01-15[feat] Reorganize codeRuben Pollan
Let's use a more structured folder system: https://github.com/golang-standards/project-layout - Resolves: #99