note that allowed hosts are IPs

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3389 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-06-29 21:31:24 +00:00
parent c63b50d16c
commit 42225f1e1e
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ import linkcheck.lc_cgi
# log errors to stdout
sys.stderr = sys.stdout
# access
# access: a list of IP numbers
ALLOWED_HOSTS = ['127.0.0.1']
ALLOWED_SERVERS = ['127.0.0.1']
# uncomment the following lines to test your CGI values

View file

@ -20,7 +20,7 @@ import fcgi
import linkcheck
import linkcheck.lc_cgi
# access
# access: a list of IP numbers
ALLOWED_HOSTS = ['127.0.0.1']
ALLOWED_SERVERS = ['127.0.0.1']
# main