summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-03 23:53:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-03 23:53:34 +0000
commitf6605fae98cf4e482b6c9cb2758a27901babbd01 (patch)
treedea758f9ba90b4115defab0daa9ba0019628d324 /usr
parent76934b05a3da6208ec189b1e7d142ef7811f6475 (diff)
downloadpfsense-f6605fae98cf4e482b6c9cb2758a27901babbd01.zip
pfsense-f6605fae98cf4e482b6c9cb2758a27901babbd01.tar.gz
Add wanip as a special net
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/guiconfig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index d957233..dfd53e1 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -105,7 +105,7 @@ $wkports = array(3389 => "MS RDP",
443 => "HTTPS",
993 => "IMAP/S");
-$specialnets = array("lan" => "LAN net", "pptp" => "PPTP clients");
+$specialnets = array("wanip" => "WAN address","lan" => "LAN net", "pptp" => "PPTP clients");
for ($i = 1; isset($config['interfaces']['opt' . $i]); $i++) {
$specialnets['opt' . $i] = $config['interfaces']['opt' . $i]['descr'] . " net";
OpenPOWER on IntegriCloud