summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-10-25 15:05:29 -0400
committerjim-p <jimp@pfsense.org>2010-10-25 15:09:24 -0400
commit5ea2c1252175da22e1dc6f31fe394168bd344963 (patch)
tree1f1a8972f40fd8cf015bde1c8a8ca3aff84b7558 /etc/inc/auth.inc
parent146f0fad466bbce33d2a3f05926686400ba504bf (diff)
downloadpfsense-5ea2c1252175da22e1dc6f31fe394168bd344963.zip
pfsense-5ea2c1252175da22e1dc6f31fe394168bd344963.tar.gz
Add a note to the DNS Rebinding protection error letting the user know to try by IP address.
Diffstat (limited to 'etc/inc/auth.inc')
-rw-r--r--etc/inc/auth.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index 0097e10..9c448be 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -81,7 +81,7 @@ if (function_exists("display_error_form") && !isset($config['system']['webgui'][
$found_host = true;
if($found_host == false) {
- display_error_form("501", "Potential DNS Rebind attack detected, see http://en.wikipedia.org/wiki/DNS_rebinding");
+ display_error_form("501", "Potential DNS Rebind attack detected, see http://en.wikipedia.org/wiki/DNS_rebinding<br/>Try accessing the router by IP address instead of by hostname.");
exit;
}
}
OpenPOWER on IntegriCloud