mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-07 03:34:57 +03:00
Fix reloading of tls.certificate_path, tls.key_path and tls.ech.key_path
This commit is contained in:
@@ -107,7 +107,7 @@ func (c *STDServerConfig) startWatcher() error {
|
||||
return err
|
||||
}
|
||||
c.watcher = watcher
|
||||
return nil
|
||||
return c.watcher.Start()
|
||||
}
|
||||
|
||||
func (c *STDServerConfig) certificateUpdated(path string) error {
|
||||
|
||||
Reference in New Issue
Block a user