Author: toad
Date: 2006-11-12 03:31:21 +0000 (Sun, 12 Nov 2006)
New Revision: 10899
Modified:
trunk/freenet/src/freenet/clients/http/SimpleToadletServer.java
Log:
short version says (read warning)
Modified: trunk/freenet/src/freenet/clients/http/SimpleToadletServer.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/SimpleToadletServer.java
2006-11-12 03:30:24 UTC (rev 10898)
+++ trunk/freenet/src/freenet/clients/http/SimpleToadletServer.java
2006-11-12 03:31:21 UTC (rev 10899)
@@ -237,7 +237,7 @@
new FProxyPortCallback());
fproxyConfig.register("bindTo", "127.0.0.1", configItemOrder++,
true, false, "IP address to bind to", "IP address to bind to",
new FProxyBindtoCallback());
- fproxyConfig.register("allowedHosts",
"127.0.0.1,0:0:0:0:0:0:0:1", configItemOrder++, true, false, "Allowed hosts",
+ fproxyConfig.register("allowedHosts",
"127.0.0.1,0:0:0:0:0:0:0:1", configItemOrder++, true, false, "Allowed hosts
(read warning)",
"Hostnames or IP addresses that are allowed to
connect to FProxy. " +
"May be a comma-separated list of single IPs
and CIDR masked IPs like 192.168.0.0/24. " +
"WARNING: Anyone who can access fproxy can shut
down the node, upload files from disk, download files to the download
directory... " +