summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-02-08 19:21:06 +0100
committerRuben Pollan <meskio@sindominio.net>2018-02-08 19:21:06 +0100
commit97a9c3755ae382825ce51f6cb81b18027f469872 (patch)
treebd8f537d5e32b4247e6589748e211c74391268d7
parent2effccf25d83cf4f078bd39edf785147ccdea20d (diff)
[feat] hardcode riseup.net as vpn provider
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 1a83795..ce06c97 100644
--- a/main.go
+++ b/main.go
@@ -7,7 +7,7 @@ import (
)
const (
- provider = "demo.bitmask.net"
+ provider = "riseup.net"
)
func main() {