|
@@ -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)
|
|
|
}
|