How can I redirect all traffic to sslocal in tun mode like def1 redirect in OpenVpn? #1311
Unanswered
GrigoriyPeters
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
How can I redirect all traffic to sslocal in tun mode like def1 redirect in OpenVpn?
In a nutshell, I'm trying to do the same thing that I do in VPN mode in the Shadowsocks android app.
I've created a tun device:
And ran sslocal:
And I even get suspiciously good ping via this interface:
Then I tried to redirect default via IP route:
But this caused sslocal to start printing errors:
And naturally, the browser can't reach any site.
What I am doing wrong?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions