source:
branches/locker-dev/locker/bin/disable-scripts-test
Last change on this file was 1724, checked in by ezyang, 14 years ago | |
---|---|
|
|
File size: 277 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | echo Removing iptables rules. |
3 | iptables -t nat -D OUTPUT -d 18.181.0.46 -j DNAT --to-destination 18.181.0.229 |
4 | iptables -t nat -D OUTPUT -d 18.181.0.43 -j DNAT --to-destination 18.181.0.229 |
5 | iptables -t nat -D OUTPUT -d 18.181.0.50 -j DNAT --to-destination 18.181.0.229 |
Note: See TracBrowser
for help on using the repository browser.