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: 11 months 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 (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2025-06-03T12:55:45.000Z (about 1 year ago)
- Last Synced: 2025-06-03T23:15:43.866Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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 startup
TODOs:
- allow modification and reporting of port range online (via command line and/or gui)
- parameterize rebind retry interval