@@ -11,7 +11,7 @@
"mode": "auto",
"program": "${fileDirname}",
"env": {},
- "args": ["192.168.1.121:8181","10.0.1.1"]
+ "args": ["192.168.1.121:8181","10.0.5.1"]
}
]
@@ -30,7 +30,7 @@ func main() {
//create fucking DHCP IP
err := tun.SetDHCPMasq(IPAddress, net.IP([]byte{255, 0, 0, 0}),
- net.IP([]byte{0, 0, 0, 0}), net.IP([]byte{0, 0, 0, 0}))
+ net.IP([]byte{10, 0, 0, 1}), net.IP([]byte{0, 0, 0, 0}))
if err != nil {
fmt.Println(err)