Created
January 28, 2019 10:36
-
-
Save thde/a18adf762f90254e4c54c7ad4b5c49c1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Tunnel TCP traffic to WireGuard | |
After=network.target | |
[email protected] | |
[Service] | |
Type=simple | |
ExecStart=/usr/bin/udptunnel -s 443 127.0.0.1/51820 | |
Restart=on-failure | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Client mode doesn't work for you?
http://www.cs.columbia.edu/~lennox/udptunnel/
I don't use it ATM so I can't tell you the exact config I used.