I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 23fa4e41 authored by ragnarok's avatar ragnarok Committed by zzz
Browse files

Made userhosts.txt the default master addressbook, and hosts.txt the default...

Made userhosts.txt the default master addressbook, and hosts.txt the default router addressbook (mostly just testing if this will commit properly)
parent 5b6fd0b8
No related branches found
No related tags found
No related merge requests found
...@@ -128,8 +128,8 @@ public class Daemon { ...@@ -128,8 +128,8 @@ public class Daemon {
Map defaultSettings = new HashMap(); Map defaultSettings = new HashMap();
defaultSettings.put("proxy_host", "localhost"); defaultSettings.put("proxy_host", "localhost");
defaultSettings.put("proxy_port", "4444"); defaultSettings.put("proxy_port", "4444");
defaultSettings.put("master_addressbook", "myhosts.txt"); defaultSettings.put("master_addressbook", "../userhosts.txt");
defaultSettings.put("router_addressbook", "../userhosts.txt"); defaultSettings.put("router_addressbook", "../hosts.txt");
defaultSettings.put("published_addressbook", "../eepsite/docroot/hosts.txt"); defaultSettings.put("published_addressbook", "../eepsite/docroot/hosts.txt");
defaultSettings.put("log", "log.txt"); defaultSettings.put("log", "log.txt");
defaultSettings.put("subscriptions", "subscriptions.txt"); defaultSettings.put("subscriptions", "subscriptions.txt");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment