On Thu, Aug 19, 2021 at 9:43 PM Ruben Safir <ruben at mrbrklyn.com> wrote:
>
> anyone know a solution to this that works
> iptables v1.8.7 (legacy): unknown option "--dport"
Try changing:
-p udp --dport 53
To this:
-p udp -m udp --dport 53
- Jeff
More information about the artix-general
mailing list