This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
The Wireguard VPN doesn’t isolate clients on default. If you want to enable client isolation, you can do so via the following iptables rules: iptables -I FORWARD -i wg0 -o wg0 -j REJECT --reject-with icmp-adm-prohibited ip6tables -I FORWARD -i wg0 -o wg0 -j REJECT --reject-with icmp6-admin-prohibited If you want relax the rules for certain clients you can do as follows (where 10.10.10.3…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.