diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2004-11-19 22:06:48 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2004-11-19 22:06:48 +0000 |
commit | 47ca95802cf193ec783a71b861bbe513696c0104 (patch) | |
tree | 22d5105f143995aac74fcbbe77c9e806969992f9 /usr | |
parent | 4fc3d55d12feb2936a5c2b9cd0a77c7027d350b8 (diff) | |
download | pfsense-47ca95802cf193ec783a71b861bbe513696c0104.zip pfsense-47ca95802cf193ec783a71b861bbe513696c0104.tar.gz |
Clarify about outbound NAT load balancing
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_nat_out.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php index 1a0790a..d72af0e 100755 --- a/usr/local/www/firewall_nat_out.php +++ b/usr/local/www/firewall_nat_out.php @@ -108,7 +108,7 @@ if ($_GET['act'] == "del") { </td> <td class="vtable"><p> <input name="enableoutboundloadbalancing" type="checkbox" id="enableoutboundloadbalancing" value="yes" <?php if (isset($config['nat']['enableoutboundloadbalancing'])) echo "checked";?>> - <strong>Enable outbound load balancing.<br> + <strong>Enable outbound NAT load balancing.<br> </strong></p> </td> </tr> |