shawn1m / overture

A customized DNS relay server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

does it protect against ddos / dns poisoning / dns attack etc?

gitmko0 opened this issue · comments

sorry been a long time i touched dns stuff.
i'm looking at using it as a website hosting company, doing geoip based dns with this.

  1. does it protect against ddos / dns poisoning / dns attack etc?

  2. is this production ready?

  3. possible to expand to geo targeted ip dns?

  4. any alternative using golang you recommend?
    great software by the way

commented
  1. no.
  2. From README: "Production usage is not recommended and there is no guarantee or warranty of it."
  3. Expand IP by config file is possible, please try to read README first.
  4. It depends on your needs, just google and try.
    Thank you!

For GeoIP, you could possibly take a look at a similar project that I have written. It offers you customized matching logic, including the usages of built-in geoip database.
https://github.com/LEXUGE/dcompass