21 lines
443 B
YAML+Jinja
21 lines
443 B
YAML+Jinja
remove_ip_64.233.162.82_output:
|
|
iptables.delete:
|
|
- table: filter
|
|
- chain: OUTPUT
|
|
- destination: 64.233.162.82
|
|
- jump: REJECT
|
|
|
|
remove_ip_64.233.162.82_forward:
|
|
iptables.delete:
|
|
- table: filter
|
|
- chain: FORWARD
|
|
- destination: 64.233.162.82
|
|
- jump: REJECT
|
|
|
|
remove_ip_64.233.162.82_docker_user:
|
|
iptables.delete:
|
|
- table: filter
|
|
- chain: DOCKER-USER
|
|
- destination: 64.233.162.82
|
|
- jump: REJECT
|