immortalwrt/package/ctcgfw/ootoc/files/ootoc.conf
2020-03-21 01:57:44 +08:00

17 lines
455 B
Plaintext

config global 'global'
option enabled '0'
config server 'server'
option addr '127.0.0.1'
option port '21730'
option tar_url 'https://github.com/ElonH/BuildOpenWRT/releases/download/snapshot/latest-Packages.tar'
option aux_url 'https://github.com/ElonH/BuildOpenWRT/releases/download/snapshot/latest-Packages.yml'
config proxy 'proxy'
option enabled '0'
option proxy_addr 'socks5://127.0.0.1:1080'
config log 'log'
option path '/var/log/ootoc'