EbrahimTahernejad / Tun2SocksKit

Tun2Socks framework repository
50 stars 32 forks source link

Tun to 127.0.0.1:10808 socks server can't receive any package #4

Open LordJD opened 4 months ago

LordJD commented 4 months ago

It worked on my project ,but when I tun to 127.0.0.1:10808,the socks server can't receive any package ,when I tun to outside socks server(like 192.168.1.118:10808) ,it worked yet,how can I fixed it?

EbrahimTahernejad commented 4 months ago

Is your local server inside the same network extension? If yes, try listening on ::1 instead of 127.0.0.1

LordJD commented 4 months ago

yes,they are inside the same network extension! i used 《Cocoasyncsocks Framework》. if i try listening on ::1,what's the port num?? "::1" it same like a ipv6 addr. what ever i'll try it. Thanks very much!!!