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 worker IP rotating #16

Open
teknogeek opened this issue Dec 31, 2017 · 1 comment
Open

Add worker IP rotating #16

teknogeek opened this issue Dec 31, 2017 · 1 comment
Milestone

Comments

@teknogeek
Copy link
Contributor

teknogeek commented Dec 31, 2017

To keep some randomness, it may be desired for worker IPs to rotate out of a pool of some sort. This way, checks aren't as predictable.

@wumb0
Copy link
Member

wumb0 commented Dec 31, 2017

mod_iprotate

  • will only work for linux. make it toggle-able. check OS
  • allow admin to select ip pool range to choose from (hi, lo)
  • ask server "what IP from the pool can I use?", server sends unused address, marks as used
  • server frees up IP when the check returns a result
  • if no ip's available in pool, server will tell client to use it's own IP
  • use linux virtual interfaces

@nmpiazza nmpiazza added this to the 0.1 milestone Jan 1, 2018
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

3 participants