Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rocketraman/portkeeper
Keeps a series of ports open while running -- useful to "reserve" ports on a system and then allocate them
https://github.com/rocketraman/portkeeper
Last synced: 4 days ago
JSON representation
Keeps a series of ports open while running -- useful to "reserve" ports on a system and then allocate them
- Host: GitHub
- URL: https://github.com/rocketraman/portkeeper
- Owner: rocketraman
- Created: 2009-08-07T19:02:17.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-08-07T19:07:11.000Z (over 15 years ago)
- Last Synced: 2024-10-31T16:58:40.090Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
portkeeper
=============================================================Keeps a series of ports open while running. Useful to reserve ports
on a system. Ports can then be allocated to system users and then
removed from portkeeper.Functions:
- specify port ranges or individual ports
- specify exclusions within the given port list
- periodically attempts to rebind to ports that could not be bound at startupTODOs:
- allow modification and reporting of port range online (via command line and/or gui)
- parameterize rebind retry interval