1
0
When I use sshuttle
I prefer not to forward localhost
as some of my services are serving to it. So I checked the man page and it declared the use of -x
option to exclude any IP. My final command is
sshuttle --dns -r SSH_SERVER -x 127.0.0.1 0/0
but it doesn't do the trick.
Does anybody have any idea how to fix it? I'm on macOS Sierra.
I still have the problem on 0.78.4 :/ – AsTeR – 2018-08-03T15:43:17.167