mirror of
https://github.com/webmin/webmin.git
synced 2026-08-13 11:00:35 +01:00
Add more descriptive messages about chains
This commit is contained in:
@@ -4,9 +4,9 @@ index_ecommand=The command $1 was not found on your system. Webmin needs this co
|
||||
index_ekernel=An error occured when checking your current IPtables configuration : $1 This may indicate that your kernel does not support IPtables.
|
||||
index_header=Firewall configuration from $1
|
||||
index_change=Showing IPtable:
|
||||
index_chain_input=Incoming packets (INPUT)
|
||||
index_chain_output=Outgoing packets (OUTPUT)
|
||||
index_chain_forward=Forwarded packets (FORWARD)
|
||||
index_chain_input=Incoming packets (INPUT) - Only applies to packets addressed to this host
|
||||
index_chain_output=Outgoing packets (OUTPUT) - Only applies to packets originated by this host
|
||||
index_chain_forward=Forwarded packets (FORWARD) - Only applies to packets passed through this host
|
||||
index_chain_prerouting=Packets before routing (PREROUTING)
|
||||
index_chain_postrouting=Packets after routing (POSTROUTING)
|
||||
index_chain=Chain $1
|
||||
|
||||
Reference in New Issue
Block a user