mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 23:24:31 +04:00
10 lines
223 B
Plaintext
10 lines
223 B
Plaintext
|
|
config microsocks 'config'
|
|
option enabled '0'
|
|
option bindaddr ''
|
|
option listenip '127.0.0.1'
|
|
option port '1080'
|
|
option user ''
|
|
option password ''
|
|
option auth_once '0' # Boolean, must be used together with user/pass
|