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