Mostafa Hussein <mostafa.hussein91@gmail.com>
new
python-iptables
Linux
salt.modules.apf.
allow
(ip, port=None)Add host (IP/FQDN) to allow_hosts.rules and immediately load new rule into firewall CLI Example:
salt '*' apf.allow 127.0.0.1
salt.modules.apf.
deny
(ip)Add host (IP/FQDN) to deny_hosts.rules and immediately load new rule into firewall CLI Example:
salt '*' apf.deny 1.2.3.4
salt.modules.apf.
refresh
()Refresh & resolve dns names in trust rules CLI Example:
salt '*' apf.refresh
Generated on August 05, 2021 at 04:04:00 UTC.
You are viewing docs for the previous stable release, 3000.9. Switch to docs for the latest stable release, 3003.1, or to a recent doc build from the master branch.
© 2021 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy