mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 06:30:21 +08:00
15 lines
336 B
Plaintext
15 lines
336 B
Plaintext
|
|
config microsocks 'config'
|
|
option enabled '0'
|
|
option bindaddr ''
|
|
option listenip '::'
|
|
option port '1080'
|
|
option user ''
|
|
option password ''
|
|
# Boolean, must be used together with user/pass
|
|
option auth_once '0'
|
|
# Boolean, auto setup firewall rule so you can access it from Internet
|
|
option internet_access '0'
|
|
option quiet '1'
|
|
|