Hello, have a ASUS RT-AC68P with the latest Merlin firmware with an unRAID server running behind it with Nextcloud. Trying to setup DNSMasq on the router and followed the guide here. I am using AirVPN.
address=/airdns.org/192.168.1.75
This works fine so when on LAN and type in the DDNS...
@RMerlin
Thank you for the quick reply. yes, i had seen that in your ChangeLog and enabled it. Didn't seem to do the trick. I forgot to include that in my initial post.
OpenVPN nat-start kill connection on disconnect
Hi all, I have a nat-start script in the jffs/scripts/ location with the following code:
#!/bin/sh
iptables -I FORWARD -i br0 -o tun11 -j ACCEPT
iptables -I FORWARD -i tun11 -o br0 -j ACCEPT
iptables -I FORWARD -i br0 -o vlan1 -j DROP...