randort/README.md

9 lines
344 B
Markdown
Raw Permalink Normal View History

2022-07-11 10:04:18 +07:00
# Randort
The shell script to generate a random user port number
2024-11-14 12:43:32 +07:00
> Port numbers are assigned in various ways, based on three ranges: System
> Ports (0-1023), User Ports (1024-49151), and the Dynamic and/or Private
> Ports (49152-65535)
[Reference](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml)