File: 01_loopback.xml

package info (click to toggle)
pyroman 0.5.0~alpha1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 400 kB
  • sloc: python: 1,653; xml: 88; sh: 59; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
<pyroman>
  <!-- these rules - which are raw iptables rules - disable the firewall on
       the loopback interface. You'll probably want to keep that this way. -->
  <iptables chain="INPUT" filter="-i lo -j ACCEPT" />
  <iptables chain="OUTPUT" filter="-o lo -j ACCEPT" />
</pyroman>