blob: b85d740844255ff91c675f09324836d95b7a163e (
plain)
1
2
3
4
5
6
7
8
9
|
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
|