PirateBoxScripts_Webserver/piratebox/piratebox/conf/firewall.conf
Matthias Strubel f0c4b4ab38 Feature: Firewall rules for non OpenWrt PirateBoxes
- Per default we now collect all DNS requests even not the
    one which addresses us directly (like 8.8.8.8 )
  - Disables is an all Port 80 catch

Fixes: #137
2016-05-12 19:45:14 +02:00

13 lines
306 B
Bash

#!/bin/sh
# Configuration file for PirateBox firewall configuration
#
# Collect all incoming DNS requests, even these are not addressed
# to this machine.
FIREWALL_FETCH_DNS="yes"
# Collect all incoming Port 80 request, even these should be
# relayed to a different machine
FIREWALL_FETCH_HTTP="no"