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

[suggestion] determine what to blink out based on subnet mask #9

Open
jhollowe opened this issue Oct 7, 2020 · 1 comment
Open

Comments

@jhollowe
Copy link

jhollowe commented Oct 7, 2020

I'm not sure how easy it would be to get the subnet mask, but it would be cool if you use that to determine how much of the IP to blink out. You would probably want to round down the subnet so any partial-octet mask (i.e. /18) would blink out any variable octet (i.e. the last 2 octets).
For example, if my subnet mask is 255.255.255.0 (/24), you could only blink out the last octet.

It would also be cool to have a mode argument that allows using the existing logic, subnet mask based logic, and a logic that blinks out the entire IP.

@Matthias-Wandel
Copy link
Owner

Matthias-Wandel commented Oct 7, 2020 via email

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

No branches or pull requests

2 participants