OPNsense Forum

Archive => 20.7 Legacy Series => Topic started by: TheLinuxGuy on January 24, 2021, 09:22:49 AM

Title: Possible to add tun interface from Tunsafe (wireguard fork)?
Post by: TheLinuxGuy on January 24, 2021, 09:22:49 AM
I'm playing around with TunSafe (a wireguard fork) which has traffic obfuscation built-in to circumvent ISP throttle or blocks on native wireguard protocol which is not hidden.

Plain wireguard with my ISP will be throttled to 5mbps maximum however when using tunsafe over TCP 443 the traffic is camouflaged as TLS/Web and I am able to hit 100Mbps.

I'm wondering how hard it would be to try to use opnsense webgui to detect the new network interface that compiling and running the binary on the system would create - is this hard?

Info: https://github.com/TunSafe/TunSafe

I'm going to spin a VM opnsense to play with but could use some guidance on basic stuff to do or look for. I already know how to compile and get the tun0 interface up on the system but unsure how to tie things together with the opnsense ecosystem / GUI.