summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index 0e067ca..23e75b1 100644
--- a/main.go
+++ b/main.go
@@ -24,7 +24,8 @@ import (
)
const (
- provider = "riseup.net"
+ provider = "riseup.net"
+ applicationName = "RiseupVPN"
)
var printer *message.Printer