Open bmf-san opened 11 months ago
I want to support dynamic loading of configuration files.
I would like to provide a mechanism that can dynamically update the configuration file even while the server is running.
How to implement it?
cf. https://goteleport.com/blog/golang-ssh-bastion-graceful-restarts/
Description
I want to support dynamic loading of configuration files.
Describe the feature you'd like to request
I would like to provide a mechanism that can dynamically update the configuration file even while the server is running.
Describe the solution you'd like
How to implement it?