Last active
July 10, 2023 23:42
-
-
Save tml/d96a2d5ee7de0450eb792b7d9516d114 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Limit: 10 | |
Input: 10.0.0.6-10.0.0.12, 10.0.0.1-10.0.0.4, 10.0.0.3-10.0.0.8 | |
Output: 10.0.0.1-10.0.0.3, 10.0.0.6-10.0.0.12 | |
Input: 10.0.0.4-10.0.0.7, 10.0.0.10-10.0.0.12, 10.0.0.1-10.0.0.20 | |
Output: 10.0.0.1-10.0.0.7, 10.0.0.10-10.0.0.12 | |
Input: 10.0.0.1-10.0.0.4, 10.0.0.9-10.0.0.11, 10.0.0.2-10.0.0.8 | |
Output: 10.0.0.1-10.0.0.7, 10.0.0.9-10.0.0.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10.0.0.6-10.0.0.12, 10.0.0.1-10.0.0.4, 10.0.0.3-10.0.0.8 | |
10.0.0.4-10.0.0.7, 10.0.0.10-10.0.0.12, 10.0.0.1-10.0.0.20 | |
10.0.0.1-10.0.0.4, 10.0.0.9-10.0.0.11, 10.0.0.2-10.0.0.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment