Skip to content

Commit 7721f0c

Browse files
authored
Update server.go
1 parent 85bf657 commit 7721f0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99

1010
func main() {
1111
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")
12+
tunIP := flag.String("server-private", "10.0.0.1", "Kharej IP address")
13+
iranIP := flag.String("client-private", "10.0.0.2", "Client IP address")
1414
subnetMask := flag.String("subnet", "24", "Subnet mask (24 or 64)")
1515
tunName := flag.String("device", "tun0", "TUN device name")
1616
secretKey := flag.String("key", "", "Secret key for authentication")

0 commit comments

Comments
 (0)