diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-08-09 23:41:17 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-08-09 23:41:17 +0000 |
| commit | 171f2bd84ee5a9505b30344bd34f50087bea5f1c (patch) | |
| tree | 948a5d350110491a869c5e107292e2328dbd006b /defaults/yacy.network.allip.unit | |
| parent | 1802c543175d0e437be2b8de66b846c661f93417 (diff) | |
- removed unused network oanet
- added new network definition 'allip' which can be used in networks where intranet and internet-addresses shall be indexed
- added a auto-switch-off for global search if there are no global peers
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7030 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'defaults/yacy.network.allip.unit')
| -rw-r--r-- | defaults/yacy.network.allip.unit | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/defaults/yacy.network.allip.unit b/defaults/yacy.network.allip.unit new file mode 100644 index 000000000..521e78195 --- /dev/null +++ b/defaults/yacy.network.allip.unit @@ -0,0 +1,26 @@ +# Network definition file to grant all IPs as search domain + +# general network definition +network.unit.name = allip +network.unit.description = Intranet and Internet Search Portal +network.unit.domain = any +network.unit.dht = false +network.unit.dhtredundancy.junior = 1 +network.unit.dhtredundancy.senior = 1 +network.unit.dht.partitionExponent = 0 +network.unit.remotecrawl.speed = 600 + +# each network may use different yacy distributions. +# the auto-updater can access network-specific update locations +network.unit.update.location0 = http://yacy.net/index.html +network.unit.update.location1 = http://latest.yacy.de +network.unit.update.location2 = http://www.yacystats.de/yacybuild/ +network.unit.update.location2.key = MIIBtTCCASwGByqGSM44BAEwggEfAoGBAP1/U4EddRIpUt9KnC7s5Of2EbdSPO9EAMMeP4C2USZpRV1AIlH7WT2NWPq/xfW6MPbLm1Vs14E7gB00b/JmYLdrmVClpJ+f6AR7ECLCT7up1/63xhv4O1fnxqimFQ8E+4P208UewwI1VBNaFpEy9nXzrith1yrv8iIDGZ3RSAHHAhUAl2BQjxUjC8yykrmCouuEC/BYHPUCgYEA9+GghdabPd7LvKtcNrhXuXmUr7v6OuqC+VdMCz0HgmdRWVeOutRZT+ZxBxCBgLRJFnEj6EwoFhO3zwkyjMim4TwWeotUfI0o4KOuHiuzpnWRbqN/C/ohNWLx+2J6ASQ7zKTxvqhRkImog9/hWuWfBpKLZl6Ae1UlZAFMO/7PSSoDgYIAAn8bzmhk8EWOj9h+7zng1o3OlgI+LsG7lI7kVsDxyzMB/WYTpO+NKWoibFjQDFN92TKBQVAA8DQciHfolqcFfVAot9/3ipamXVGz29OAxz8i0Wty6KI6w50YrL2xAkWjx7jSBghJKlnKx3V0PaDCWqz37ogQvuxLKBFORyAjbv3O +network.unit.update.location3 = https://latestyacy.f1ori.de/ + +# properties for in-protocol response authentication: +network.unit.protocol.control = uncontrolled + +# white/blacklists +network.unit.access.whitelist = 10\..*,127.*,172.(1[6-9]|2[0-9]|3[0-1])\..*,169.254.*,192.168.*,localhost +network.unit.access.blacklist =
\ No newline at end of file |
