ProxyCat/ProxyCat-EN/config.ini
本间白猫 2f87d42e67 Update
2024-08-31 16:29:47 +08:00

23 lines
737 B
INI

[SETTINGS]
# Local server listening port (default: 1080)
port = 1080
# Proxy address rotation mode: cycle means cyclic use, once means once used up (default is: cycle)
mode = cycle
# Proxy address change time (seconds), when set to 0, the IP will be changed for each request (default: 300)
interval = 300
# Local server port authentication username (default: neko) No authentication is required when it is empty
username = neko
# Local server port authentication password (default: 123456) No authentication is required when it is empty
password = 123456
# Whether to use the getip module to obtain the proxy address True or False (default: False)
use_getip = False
# Proxy address list file (default: ip.txt)
proxy_file = ip.txt