Skip to content

Commit

Permalink
Merge pull request #145 from synfinatic/site-to-site
Browse files Browse the repository at this point in the history
explain vpn options
  • Loading branch information
synfinatic authored Jan 28, 2024
2 parents cef4a94 + b66ff38 commit 25a5b15
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,18 @@ your application requires a message to be sent *to* the client first, then you
would need to specify `--fixed-ip=1.2.3.4@tun0` where `1.2.3.4` is the IP address
of the client on tun0.

## Using udp-proxy-2020 with VPNs

I have tested both "road warrior" VPN configs with Roon client running on my laptop
and connecting back to my home firewall via OpenVPN and Wireguard. I personally
use Wireguard instead of OpenVPN because it is more secure and has better performance.

I've also tested Site-to-Site VPN using Wireguard + pfSense. I followed the
[pfSense site-to-site Wireguard VPN directions](
https://docs.netgate.com/pfsense/en/latest/recipes/wireguard-s2s.html) and
installed `udp-proxy-2020` on _both_ firewalls. You must configure the
`--interface` option to include both the LAN and Wireguard network interfaces.

## Building udp-proxy-2020

If you are building for the same platform you intend to run `udp-proxy-2020`
Expand Down

0 comments on commit 25a5b15

Please sign in to comment.