Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for DNS chaos #6

Open
mefellows opened this issue Feb 26, 2017 · 0 comments
Open

Add support for DNS chaos #6

mefellows opened this issue Feb 26, 2017 · 0 comments

Comments

@mefellows
Copy link
Owner

DNS issues are are not so common but the severity can be extremely high.

Add support for hosting a primary zone with the following HL requirements:

  • Ability to "proxy" another zone
  • Ability to "miss" records at a given rate (e.g. simulate RR DNS failure)
  • Ability to "delay" or add latency a lookup at random or fixed rates (test local DNS caching)
  • Ability to blacklist certain records, by not returning a DNS entry
  • Ability to corrupt certain records, by returning an invalid response

NOTE: some of the features could be implemented using the TCP network symptom, however a dedicated DNS component that can target specific records and types of failures is preferred.

See the following for inspiration:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant