mirror of
https://github.com/webmin/webmin.git
synced 2026-05-06 23:30:29 +01:00
9 lines
198 B
Plaintext
9 lines
198 B
Plaintext
table inet firewalld {
|
|
flags owner,persist
|
|
|
|
chain filter_INPUT {
|
|
type filter hook input priority filter + 10; policy accept;
|
|
ct state { established, related } accept
|
|
}
|
|
}
|