diff options
| author | (no author) <(no author)@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-05-31 14:22:27 +0000 |
|---|---|---|
| committer | (no author) <(no author)@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-05-31 14:22:27 +0000 |
| commit | 5f80b72cac036024b5245f7c32b272827b1fee9d (patch) | |
| tree | 7e7e94c2d1cb0bd45427e412e4d451e445412aff /htroot/Network.xml | |
| parent | 1efe607c34e0c88ac8827288c715e8d89a3ee4ee (diff) | |
*) adding peer-hash, seed-url and location to network.xml
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3772 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Network.xml')
| -rw-r--r-- | htroot/Network.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/htroot/Network.xml b/htroot/Network.xml index 60506c736..eb244c310 100644 --- a/htroot/Network.xml +++ b/htroot/Network.xml @@ -58,6 +58,7 @@ </all>
<your>
<name>#[my-name]#</name>
+ <hash>#[my-hash]#</hash>
<type>#(my-info)#virgin::junior::senior::principal#(/my-info)#</type>
<version>#[my-version]#</version>
<utc>#[my-utc]#</utc>
@@ -74,6 +75,8 @@ <qph>#[my-qph]#</qph>
<seeds>#[my-seeds]#</seeds>
<connects>#[my-connects]#</connects>
+ <location>#[my-location]#</location>
+ <seedurl>#[my-url]#</seedurl>
</your>
<cluster>
<ppm>#[gppm]#</ppm>
|
