-
Notifications
You must be signed in to change notification settings - Fork 621
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change: use
[{"start": 22, "end": 24}]
to define a port range inste…
…ad of 22-24 To improve the readability and structure of port ranges, we have made a change. Instead of using a string to indicate a port range of 22-24, we will now define it as a structured object: [{"start": 22, "end": 24}]. Both the start and end ports are inclusive. If the end port is not provided, only the start port will be used.
- Loading branch information
1 parent
ece68df
commit 4271973
Showing
3 changed files
with
45 additions
and
17 deletions.
There are no files selected for viewing
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
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
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