fqsocks icon indicating copy to clipboard operation
fqsocks copied to clipboard

Python version of redsocks tailored for anti-GFW

Results 3 fqsocks issues
Sort by recently updated
recently updated
newest added

There are small typos in: - README.md - fqsocks/assets/visibility.core.js - fqsocks/networking.py Fixes: - Should read `separate` rather than `seperate`. - Should read `return` rather than `retun`. - Should read `related`...

Several networks were added according to https://en.wikipedia.org/wiki/Reserved_IP_addresses, and most important part may be network 100.64.0.0/10. Many China Telecom FTTx users are allocated with this private network address, and personally I'm...

python 2.7.3 encountered this error, why? root@OpenWrt:~/fqsocks-master/fqsocks# ./fqsocks.py --outbound-ip 10.1.2.3 --listen *:1984 Traceback (most recent call last): File "./fqsocks.py", line 15, in from .proxies.http_try import detect_if_ttl_being_ignored ValueError: Attempted relative import...