Proxy Access Settings
-These settings configure the access method to your own http proxy and server.
-All traffic is routed throug one single port, for both proxy and server.
-Server/Proxy Port Configuration
-The socket addresses where YaCy should listen for incoming connections from other YaCy peers or http clients.
-You have four possibilities to specify the address:
-defining a port only (e.g. 8080 )
-defining IP address and port (e.g. 192.168.0.1:8080 )
-defining host name and port (e.g. home:8080 )
-defining interface name and port (e.g. #eth0:8080 )
-
-Hint: Dont forget to change your firewall configuration after you have changed the port.
+
+ These settings configure the access method to your own http proxy and server.
+ All traffic is routed throug one single port, for both proxy and server.
+
+ Server/Proxy Port Configuration
+
+
+ The socket addresses where YaCy should listen for incoming connections from other YaCy peers or http clients.
+ You have four possibilities to specify the address:
+
+ defining a port only (e.g. 8080 )
+ defining IP address and port (e.g. 192.168.0.1:8080 )
+ defining host name and port (e.g. home:8080 )
+ defining interface name and port (e.g. #eth0:8080 )
+
+Hint: Dont forget to change your firewall configuration after you have changed the port.
-Server Access Restrictions You can restrict the access to this proxy/server using a two-stage security barrier:
+
+ Server Access Restrictions
+
+ You can restrict the access to this proxy/server using a two-stage security barrier:
+
-define an access domain with a list of granted client IP-numbers or with wildcards
-define an user account with an user:password - pair
-
-
-This is the account that restricts access to the proxy function. You probably don't want to share the proxy to the internet, so you should set the IP-Number Access Domain to a pattern that corresponds to you local intranet. The default setting should be right in most cases. If you want, you can also set a proxy account so that every proxy user must authenticate first, but this is rather unusual.
+ define an access domain with a list of granted client IP-numbers or with wildcards
+ define an user account with an user:password - pair
+
+ This is the account that restricts access to the proxy function.
+ You probably don't want to share the proxy to the internet, so you should set the
+ IP-Number Access Domain to a pattern that corresponds to you local intranet.
+ The default setting should be right in most cases. If you want, you can also set a proxy account
+ so that every proxy user must authenticate first, but this is rather unusual.
+
- IP-Number filter:
-
+ IP-Number filter :
+
+
+
- Accounts:
- Use Proxy Accounts
+ Accounts :
+
+
+ Use Proxy Accounts
+
diff --git a/htroot/Settings_Seed.inc b/htroot/Settings_Seed.inc
index ee0be2978..1c23fde62 100644
--- a/htroot/Settings_Seed.inc
+++ b/htroot/Settings_Seed.inc
@@ -1,34 +1,41 @@
-
Seed Upload Settings
-With these settings you can configure if you have an account on a public accessible
-server where you can host a seed-list file.
-General Settings:
-If you enable one of the available uploading methods, you will become a principal peer.
-Your peer will then upload the seed-bootstrap information periodically,
-but only if there have been changes to the seed-list.
+
+ With these settings you can configure if you have an account on a public accessible
+ server where you can host a seed-list file.
+
+
+ General Settings:
+ If you enable one of the available uploading methods, you will become a principal peer.
+ Your peer will then upload the seed-bootstrap information periodically,
+ but only if there have been changes to the seed-list.
diff --git a/htroot/Settings_Seed_UploadFile.inc b/htroot/Settings_Seed_UploadFile.inc
index 403a149d9..6350408b1 100644
--- a/htroot/Settings_Seed_UploadFile.inc
+++ b/htroot/Settings_Seed_UploadFile.inc
@@ -1,15 +1,15 @@
-
-Store into filesystem:
+
+Store into filesystem:
You must configure this if you want to store the seed-list file onto the file system.
diff --git a/htroot/Settings_Seed_UploadFtp.inc b/htroot/Settings_Seed_UploadFtp.inc
index bbac0fb99..0d01201a7 100644
--- a/htroot/Settings_Seed_UploadFtp.inc
+++ b/htroot/Settings_Seed_UploadFtp.inc
@@ -1,35 +1,37 @@
-
-Uploading via FTP:
-This is the account for a FTP server where you can host a seed-list file.
-If you set this, you will become a principal peer.
-Your peer will then upload the seed-bootstrap information periodically,
-but only if there had been changes to the seed-list.
+
+Uploading via FTP:
+
+ This is the account for a FTP server where you can host a seed-list file.
+ If you set this, you will become a principal peer.
+ Your peer will then upload the seed-bootstrap information periodically,
+ but only if there had been changes to the seed-list.
diff --git a/htroot/Settings_Seed_UploadScp.inc b/htroot/Settings_Seed_UploadScp.inc
index 217530f28..c0945f817 100644
--- a/htroot/Settings_Seed_UploadScp.inc
+++ b/htroot/Settings_Seed_UploadScp.inc
@@ -1,36 +1,37 @@
-
-Uploading via SCP:
+
+Uploading via SCP:
This is the account for a server where you are able to login via ssh.