Closed My-Responsitories closed 1 year ago
phantomsocks.exe -c test.json -log 3
curl -x socks5h://127.0.0.1:1080 https://test.test -v -k
test.test=::1
test.test=127.0.0.1
test.conf
map[test:{ tls://9.9.9.9:853 4096 0 0 0 0 }] [test] &{ tls://9.9.9.9:853 4096 0 0 0 0 } test.conf Socks: 0.0.0.0:1080 Socks: test.test 443 &{ tls://9.9.9.9:853 4096 0 0 0 0 } cached: test.test 1 [127.0.0.1] interrupt
It will not use IPv6 when used as a proxy unless you set the interface to use IPv6, e.g. "hint": "ipv6,https" means it will use IPv6 and https.
test.json
```json { "profiles": ["test.conf"], "services": [ { "name": "Socks", "protocol": "socks", "address": "0.0.0.0:1080" } ], "interfaces": [ { "name": "test", "dns": "tls://9.9.9.9:853", "hint": "w-md5" } ] } ```test.conf
```cfg [test] test.test=::1 ```phantomsocks log
```log map[test:{ tls://9.9.9.9:853 4096 0 0 0 0 }] [test] &{ tls://9.9.9.9:853 4096 0 0 0 0 } test.conf Socks: 0.0.0.0:1080 Socks: test.test 443 &{ tls://9.9.9.9:853 4096 0 0 0 0 } nslookup test.test 1 [] test.test no such host interrupt ```test.test=::1
totest.test=127.0.0.1
intest.conf
, and it run successfullysuccess log