summaryrefslogtreecommitdiff
path: root/htroot/Settings_p.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-07-26 11:47:50 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-07-26 11:47:50 +0000
commit3470a72d48be55812b9f37e3f2a49a7c2fc025ed (patch)
tree9520885d2615abaa78e95dc6b44fdcc21f258653 /htroot/Settings_p.html
parent12da0c27586c855c347de887e6ad4d947ff0568e (diff)
fixed div by zero, set default delays, fixed release number format and display
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@435 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Settings_p.html')
-rw-r--r--htroot/Settings_p.html14
1 files changed, 10 insertions, 4 deletions
diff --git a/htroot/Settings_p.html b/htroot/Settings_p.html
index 1f9578d44..7d12c2698 100644
--- a/htroot/Settings_p.html
+++ b/htroot/Settings_p.html
@@ -70,14 +70,20 @@ delete the file 'DATA/SETTINGS/httpProxy.conf' in the YaCy application root fold
<tr valign="top">
<td>Peer&nbsp;Name:</td>
<td><input name="peername" type="text" size="32" maxlength="80" value="#[peerName]#"></td>
- <td><b>Your peer name defines also a new '.yacy' - domain, which can be accessed from every peer running this proxy.
- Using your 'Home Page' and 'File Share' - zones you also have a platform to provide content to your new domain.</b><br>
+ <td><b>Your peer name defines also a new '.yacy' - domain, which can be accessed from every peer running this proxy.</b>
+ Using your 'Home Page' and 'File Share' - zones you also have a platform to provide content to your new domain.<br>
<i>(hint: Choose a name that appears on a web page that tells something about you, visit the page, get the 'senior' status, and you can be found...)</i></td>
</tr>
<tr valign="top">
- <td>staticIP(optional):</td>
+ <td>staticIP (optional):</td>
<td><input name="staticIP" type="text" size="32" maxlength="80" value="#[staticIP]#"></td>
- <td><b>If you have a static IP or a dyndns Account, enter it here to shorten the bootstrapping.</b><br>
+ <td><b>The staticIP can help that your peer can be reached by other peers in case that your
+ peer is behind a firewall or proxy.</b> You can create a tunnel through the firewall/proxy
+ (look out for 'tunneling through https proxy with connect command') and create
+ an access point for incoming connections.
+ This access address can be set here (either as IP number or domain name).
+ If the address of outgoing connections is equal to the address of incoming connections,
+ you don't need to set anything here, please leave it blank.<br>
</tr>
<tr>
<td colspan="3"><input type="submit" name="generalsettings" value="submit"></td>