dwww Home | Show directory contents | Find package

table inet nat {
        chain prerouting        { type nat hook prerouting priority -100; }
        chain input             { type nat hook input priority 100; }
        chain output            { type nat hook output priority -100; }
        chain postrouting       { type nat hook postrouting priority 100; }
}

Generated by dwww version 1.15 on Sat May 18 08:41:12 CEST 2024.