mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	update addressbook subscriptions
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
		
							parent
							
								
									85902b358a
								
							
						
					
					
						commit
						7c8280934a
					
				
					 4 changed files with 7 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -237,4 +237,4 @@ verify = true
 | 
			
		|||
# avx = true
 | 
			
		||||
## Force usage of CPU instructions set, even if they not found
 | 
			
		||||
## DO NOT TOUCH that option if you really don't know what are you doing!
 | 
			
		||||
# force = false
 | 
			
		||||
# force = false
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,3 +1,4 @@
 | 
			
		|||
http://inr.i2p/export/alive-hosts.txt
 | 
			
		||||
http://reg.i2p/hosts.txt
 | 
			
		||||
http://identiguy.i2p/hosts.txt
 | 
			
		||||
http://stats.i2p/cgi-bin/newhosts.txt
 | 
			
		||||
http://i2p-projekt.i2p/hosts.txt
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -213,7 +213,7 @@ namespace config {
 | 
			
		|||
		options_description addressbook("AddressBook options");
 | 
			
		||||
		addressbook.add_options()
 | 
			
		||||
			("addressbook.defaulturl", value<std::string>()->default_value(
 | 
			
		||||
				"http://joajgazyztfssty4w2on5oaqksz6tqoxbduy553y34mf4byv6gpq.b32.i2p/export/alive-hosts.txt"
 | 
			
		||||
				"http://shx5vqsw7usdaunyzr2qmes2fq37oumybpudrd4jjj4e4vk4uusa.b32.i2p/hosts.txt"
 | 
			
		||||
			),                                                                     "AddressBook subscription URL for initial setup")
 | 
			
		||||
			("addressbook.subscriptions", value<std::string>()->default_value(""), "AddressBook subscriptions URLs, separated by comma")
 | 
			
		||||
			("addressbook.hostsfile", value<std::string>()->default_value(""), "File to dump addresses in hosts.txt format");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -32,8 +32,9 @@
 | 
			
		|||
namespace i2p {
 | 
			
		||||
namespace proxy {
 | 
			
		||||
	std::map<std::string, std::string> jumpservices = {
 | 
			
		||||
		{ "inr.i2p",    "http://joajgazyztfssty4w2on5oaqksz6tqoxbduy553y34mf4byv6gpq.b32.i2p/search/?q=" },
 | 
			
		||||
		{ "stats.i2p",  "http://7tbay5p4kzeekxvyvbf6v7eauazemsnnl2aoyqhg5jzpr5eke7tq.b32.i2p/cgi-bin/jump.cgi?a=" },
 | 
			
		||||
		{ "reg.i2p",       "http://shx5vqsw7usdaunyzr2qmes2fq37oumybpudrd4jjj4e4vk4uusa.b32.i2p/jump/" },
 | 
			
		||||
		{ "identiguy.i2p", "http://3mzmrus2oron5fxptw7hw2puho3bnqmw2hqy7nw64dsrrjwdilva.b32.i2p/cgi-bin/query?hostname=" },
 | 
			
		||||
		{ "stats.i2p",     "http://7tbay5p4kzeekxvyvbf6v7eauazemsnnl2aoyqhg5jzpr5eke7tq.b32.i2p/cgi-bin/jump.cgi?a=" },
 | 
			
		||||
	};
 | 
			
		||||
 | 
			
		||||
	static const char *pageHead =
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue