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

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

Look for names in privatehosts.txt as well as userhosts.txt and hosts.txt.

parent 744671a5
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,8 @@ public class HostsTxtNamingService extends NamingService {
public final static String PROP_HOSTS_FILE = "i2p.hostsfilelist";
/** default hosts.txt filename */
public final static String DEFAULT_HOSTS_FILE = "userhosts.txt,hosts.txt";
public final static String DEFAULT_HOSTS_FILE =
"privatehosts.txt,userhosts.txt,hosts.txt";
private final static Log _log = new Log(HostsTxtNamingService.class);
......
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