SemkoDev / field.cli

WE HAVE MOVED TO A NEW REPOSITORY
https://gitlab.com/semkodev/field.cli
ISC License
34 stars 7 forks source link

Add a little more security #15

Closed ds2216 closed 6 years ago

ds2216 commented 6 years ago

Add security by publishing IP-Address(es) or DNS-Name(s) that will contact field clients. Node operators can then configure there firewall to only accept incoming connections from those addresses instead of opening the configured port (default 21310) for the whole internet (including the bad boys).

romansemko commented 6 years ago

Field drops any request that comes from a non-field server. The Field server runs on an auto-scalable infrastructure in multiple zones, which has many, many IP ranges. If I provided such a list, it would be inaccurate and probably outdated within days.

ds2216 commented 6 years ago

Ok, so you already have some security built in higher level.