steom
steom
> I made a couple of improvements in my fork: https://github.com/kayrus/go-tun2socks > > * An ability to manage tun routes including automatic hostnames resolving > * Switch to go-wireguard TUN...
the dns is configured now but ip, subnet, and gateway no. but after manually add the value: panic: runtime error: slice bounds out of range [:1500] with capacity 1300 goroutine...
Command line used: -exclude -proxyserver -tunaddr -tundns -tungw -tunmask In Windows net interface only dns Is set, ip subnet and gateway Is blank
I Need the new binary
proxyserver 10.0.0.100:1080 -tunaddr 192.168.0.2 -tundns 1.1.1.1 -tungw 192.168.0.1 -tunmask 255.255.255.0
Now dont crush. Net adapter settings still blank, only dns Is populated
The previous version doesn't set the DNS server and the gateway on the Windows tun interface Only set ip address and subnet Mask Now ,this new version doesn't set anything...
its possibile to have also a win32 binary?
after browse the internet for a while...: panic: runtime error: slice bounds out of range [:1500] with capacity 1300 goroutine 7 [running]: io.copyBuffer(0x2415916a158, 0xc000096120, 0x2415916a178, 0xc000006098, 0xc0000cc000, 0x514, 0x514, 0x6ce240,...
using -maxMTU 1500 solve the problem, much more convenient