firewall.conf: put a real wan ip in configuration example

This commit is contained in:
Jérôme Schneider 2014-02-07 15:38:34 +01:00
parent 88e1bfbfde
commit 62f1db1a45
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
IPTABLES=/sbin/iptables
## WAN configuration
WAN_INT='eth0' # WAN interface
IP='192.168.0.1' # WAN IP
WAN_INT='eth0' # WAN interface
IP='42.42.42.42' # WAN IP
PING=1 # Allow ping
FTP=0 # Allow FTP server (passive and active)