Skip to content

Instantly share code, notes, and snippets.

@LoadLow
Created December 14, 2014 22:23
Show Gist options
  • Save LoadLow/82d0022a653e2cdd2760 to your computer and use it in GitHub Desktop.
Save LoadLow/82d0022a653e2cdd2760 to your computer and use it in GitHub Desktop.
iptgen.new_inputRule()
.append()
.tcp()
.src_addr("127.0.0.1")
.allow()
.saveRule();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment