Remove Whitespaces

This commit is contained in:
Matthias Strubel 2017-06-30 10:25:51 +02:00
parent 842d06accb
commit 80e30da100
3 changed files with 6 additions and 6 deletions

View File

@ -3,10 +3,10 @@
# Configuration file for PirateBox firewall configuration
#
# Collect all incoming DNS requests, even these are not addressed
# 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
# Collect all incoming Port 80 request, even these should be
# relayed to a different machine
FIREWALL_FETCH_HTTP="no"

View File

@ -6,10 +6,10 @@
IPV6_ENABLE="no"
# Which kind of router-adverticement should be used ( radvd | dnsmasq | none )
#
#
IPV6_ADVERT="radvd"
#absolute Node-Adress
#absolute Node-Adress
IPV6_IP="fdc0:ffea::1"
#Netmask without /

View File

@ -13,13 +13,13 @@ NODE_IPV6_MASK='/64'
# foobar.piratebox.lan
# If your leave the nodename empty, that will result in publishing hostname only.
# Setting NODE_GEN to "no" it will take the NODE_NAME 1:1 for anouncements etc. without
# adding the hostname as a suffix
# adding the hostname as a suffix
NODE_NAME=''
NODE_GEN="yes"
## Node-Interface
# Currently the same interface then the other wlan interface
# But had to be used if mesh node interface is different and
# But had to be used if mesh node interface is different and
# initialized by PBx scripts.
# If the node_interface is different, it has to be up and running.
NODE_INTERFACE='$INTERFACE'