Firewall Example: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 February 2011

  • curprev 23:4123:41, 14 February 2011 Scott talk contribs 2,043 bytes +2,043 Created page with '<pre> #!/bin/sh if [ -r /lib/lsb/init-functions ]; then . /lib/lsb/init-functions fi firewall_start() { # Flush all rules iptables -F INPUT iptables -F OUTPUT …'