mirror of https://github.com/subgraph/fw-daemon
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
252 B
11 lines
252 B
8 years ago
|
Before running fw-daemon, make sure to export: GODEBUG=cgocheck=0
|
||
|
|
||
|
Also, here's a default fw-daemon-socks.json config file:
|
||
|
|
||
|
root@subgraph:/# cat /etc/fw-daemon-socks.json
|
||
|
{
|
||
|
"SocksListener": "tcp|127.0.0.1:9998",
|
||
|
"TorSocks": "tcp|127.0.0.1:9050"
|
||
|
}
|
||
|
|