gochain / netstats

GNU General Public License v3.0
4 stars 4 forks source link

add strict mode flag to block untrusted IPs #55

Closed jmank88 closed 5 years ago

jmank88 commented 5 years ago

This PR adds a -strict flag which enables blocking IPs which are not trusted. There is no change without the flag, so it can be opted-in as trusted.json files are updated. It also adds go tests to CI.

Fixes #54