We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85bf657 commit 7721f0cCopy full SHA for 7721f0c
1 file changed
server.go
@@ -9,8 +9,8 @@ import (
9
10
func main() {
11
serverPort := flag.Int("server-port", 5555, "Server port")
12
- tunIP := flag.String("kharej-private", "10.0.0.1", "Kharej IP address")
13
- iranIP := flag.String("iran-private", "10.0.0.2", "Client IP address")
+ tunIP := flag.String("server-private", "10.0.0.1", "Kharej IP address")
+ iranIP := flag.String("client-private", "10.0.0.2", "Client IP address")
14
subnetMask := flag.String("subnet", "24", "Subnet mask (24 or 64)")
15
tunName := flag.String("device", "tun0", "TUN device name")
16
secretKey := flag.String("key", "", "Secret key for authentication")
0 commit comments