You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.
[*****.rhcloud.com src]\> python ./make.py -h
usage: MonoPac [-h] [-b blackList] [-w whiteList] [-i ipList] -p proxyList
[-os] [-op] [-o pacFile]
Mono Pac Generator
optional arguments:
-h, --help show this help message and exit
-b blackList Path of the black list
-w whiteList Path of the white list
-i ipList Path of the iprange list
-p proxyList Proxy parameter in the pac file
-os Optimize for size
-op Optimize for performance
-o pacFile Path of the output pac file
Across the Great Firewall, we can reach every corner in the world.
[****.rhcloud.com src]\> python ./make.py -p "SOCKS5 192.168.1.1:1080;SOCKS 192.168.1.1:1080" -o ./proxy.pac
Traceback (most recent call last):
File "./make.py", line 230, in <module>
main()
File "./make.py", line 204, in main
proxylist = '"{}"'.format(args.proxylist)
ValueError: zero length field name in format
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: