mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-05 04:47:37 +03:00
Fix reloading of tls.certificate_path, tls.key_path and tls.ech.key_path
This commit is contained in:
parent
97c47e72c4
commit
1d81996ceb
2 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue