~bladernr/maas-cert-server/foo

1
2
3
4
5
6
7
8
9
10
#!/bin/bash

# This script clears out the NAT routing if you need to turn it off.
# It should be run as root.

iptables -F
iptables -t nat -F
iptables -t mangle -F