[artix-general] iptables blocking dns queries

Jeff Pohlmeyer yetanothergeek at gmail.com
Fri Aug 20 17:41:49 CEST 2021


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