forked from logan/dotfiles
4 lines
171 B
Text
4 lines
171 B
Text
|
# Generic configuration for all .onion hosts that proxies onion traffic through the local tor service
|
||
|
Host *.onion
|
||
|
ProxyCommand /bin/nc -xlocalhost:9050 -X5 %h %p
|