-
Notifications
You must be signed in to change notification settings - Fork 21
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 ability to send single command to multiple addresses in IP range #26
Comments
What kind of range? The last octet? |
Yes for instance…. 192.168.2.xxx
The last range of numbers.
…On Fri, May 6, 2022 at 11:52 AM Joseph Adams ***@***.***> wrote:
What kind of range? The last octet?
—
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXWVRZBKRLAKHR3BP4L5ZSTVIVE5DANCNFSM5OCAGBIQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
What if, you create an action that will ask the user for the first and last IP of the range? |
Is this for resilience purposes (i.e. only two say), or as a general control thing (e.g. addressing multiple devices)? Personally I'd say just being able to list multiple IPs would be more versatile and likely not much more work, as others may have addressing structured that you want to send to 192.168.1.100 and 192.168.2.100, or every 10th one or whatever. You could always optionally add a more efficient way to specify 192.168.2.1 to 192.168.2.25 to cover this specific use case. |
add ability to send single command to addresses in IP range
The text was updated successfully, but these errors were encountered: