Change again some languages

Thanks to @tokideveloper !!!
This commit is contained in:
parulin 2025-08-09 17:33:43 -04:00
parent 978efb3514
commit 3ba7a492f0
No known key found for this signature in database
GPG key ID: BC3830B42F4BF1F5
10 changed files with 12 additions and 12 deletions

View file

@ -397,7 +397,7 @@ Verify the rules on the sys-net firewall correctly match the packets you want by
In this example, we can see 7 packets in the forward rule, and 3 packets in the dnat rule:
.. code:: console
.. code:: output
chain custom-forward {
iifname ens6 ip saddr 192.168.x.y/24 ip daddr 10.137.1.z tcp dport 443 ct state new,established,related counter packets 7 bytes 448 accept