forked from I2P_Developers/i2p.i2p
* NetDB: Add more su3 checks
* SU3File: Improve CLI help
This commit is contained in:
@ -498,6 +498,8 @@ public class Reseeder {
|
||||
name.equals(ourB64) ||
|
||||
f.length() > 10*1024 ||
|
||||
f.lastModified() < minTime ||
|
||||
!name.startsWith(ROUTERINFO_PREFIX) ||
|
||||
!name.endsWith(ROUTERINFO_SUFFIX) ||
|
||||
!f.isFile()) {
|
||||
if (_log.shouldLog(Log.WARN))
|
||||
_log.warn("Skipping " + f);
|
||||
|
Reference in New Issue
Block a user