Add new DNS routines
Opened this issue · 0 comments
ajxchapman commented
- Round robin - Return all results rotating the first result each query
- Sequential - Return a single result rotating the result each query
- Shuffle - Return all results in a random order