0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-05 15:53:08 +00:00
Files
packages/net/microsocks/files/microsocks.config
Ozan Göktan 544e4a9061 microsocks: update to 1.0.4
Signed-off-by: Ozan Göktan <ozan@goktan.site>
2024-03-21 14:51:58 +08:00

11 lines
241 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
option quiet '1'