GeoIP, blocklist, checklist update

GeoIP from Maxmind 2017-02-07
This commit is contained in:
zzz
2017-02-20 18:20:38 +00:00
parent 380f55a0e8
commit 3f452c5acb
6 changed files with 33901 additions and 13584 deletions

View File

@ -1,3 +1,6 @@
2017-02-20 zzz
* GeoIP and blocklist update
2017-02-15 zzz
* Build: Fix calls to Class.newInstance() deprecated in Java 9
* I2CP: Return null on decompression failure instead of

View File

@ -73,7 +73,11 @@ Friend of the Chinese Floodfill Flooder:159.226.40.3
<a href="http://www.team-cymru.org/Services/Bogons/http.html">The Team Cymru Bogon List v6.8 03 FEB 2011</a>:203.0.113.0/24
<a href="http://www.team-cymru.org/Services/Bogons/http.html">The Team Cymru Bogon List v6.8 03 FEB 2011</a>:224.0.0.0/3
Sybil:45.32.60.71
Sybil:45.32.152.247
Sybil:45.63.76.128
Sybil:45.76.98.64
Sybil:45.76.129.193
Sybil:45.76.152.150
Sybil:47.88.6.66
Sybil:47.88.7.8
Sybil:47.88.136.46
@ -82,7 +86,17 @@ Sybil:47.88.138.200
Sybil:47.89.38.177
Sybil:47.90.1.15
Sybil:47.90.1.26
Sybil:104.156.254.54
Sybil:108.61.251.143
Sybil:133.130.124.185
Sybil:150.95.128.165
Sybil:163.44.149.31
Sybil:2001;df6;b800;1128;a163;44;149;310
Sybil:2001;19f0;4400;4376;5400;ff;fe47;bcbd
Sybil:2001;19f0;5801;1d4;5400;ff;fe38;a26e
Sybil:2001;19f0;5c01;1df;5400;ff;fe3e;ba8f
Sybil:2001;19f0;7001;cb;5400;ff;fe47;c952
Sybil:2001;19f0;7001;d99;5400;ff;fe41;829c
Sybil:2001;19f0;7402;24d;5400;ff;fe41;9153
Sybil:2400;8500;1302;816;a150;95;128;165b
Sybil:2400;8500;1302;802;a133;130;124;1855

View File

@ -55,6 +55,7 @@
tx and pull again, or (if new) comment out in .tx/config (add a comment why)
and delete the po file
- `installer/resources/poupdate-man.sh` to generate new man page translations
(requires po4a package)
- `mtn add` for any new po files
- `mtn ci` all changed po files, and .tx/config if changed

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -18,10 +18,10 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 8;
public final static long BUILD = 9;
/** for example "-test" */
public final static String EXTRA = "";
public final static String EXTRA = "-rc";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
public static void main(String args[]) {
System.out.println("I2P Router version: " + FULL_VERSION);