source: branches/locker-dev/locker/bin/disable-scripts-test @ 2407

Last change on this file since 2407 was 1724, checked in by ezyang, 13 years ago
Merge in changes from trunk.
  • Property svn:executable set to *
File size: 277 bytes
Line 
1#!/bin/sh
2echo Removing iptables rules.
3iptables -t nat -D OUTPUT -d 18.181.0.46 -j DNAT --to-destination 18.181.0.229
4iptables -t nat -D OUTPUT -d 18.181.0.43 -j DNAT --to-destination 18.181.0.229
5iptables -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.