monarch on Nostr: Use a Local Firewall: a. If your device is rooted, you can use iptables to block all ...
Use a Local Firewall:
a. If your device is rooted, you can use iptables to block all outbound and inbound multicast traffic.
b. The rule might look something like: iptables -A OUTPUT -d 224.0.0.0/4 -j DROP.
WireGuard Configuration:
a. Make sure you are not allowing traffic to the local network (e.g., AllowedIPs should not contain your local subnet).
Create a Specific VPN Profile:
a. On Android, you can create a specific VPN profile that does not allow traffic outside the tunnel (i.e., a full-tunnel setup).
a. If your device is rooted, you can use iptables to block all outbound and inbound multicast traffic.
b. The rule might look something like: iptables -A OUTPUT -d 224.0.0.0/4 -j DROP.
WireGuard Configuration:
a. Make sure you are not allowing traffic to the local network (e.g., AllowedIPs should not contain your local subnet).
Create a Specific VPN Profile:
a. On Android, you can create a specific VPN profile that does not allow traffic outside the tunnel (i.e., a full-tunnel setup).