mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-05 21:07:38 +03:00
Add certificate store
This commit is contained in:
parent
067ea0dccb
commit
469faff07c
30 changed files with 4786 additions and 32 deletions
|
@ -90,7 +90,7 @@ func (c *echServerConfig) startWatcher() error {
|
|||
Callback: func(path string) {
|
||||
err := c.credentialsUpdated(path)
|
||||
if err != nil {
|
||||
c.logger.Error(E.Cause(err, "reload credentials from ", path))
|
||||
c.logger.Error(E.Cause(err, "reload credentials"))
|
||||
}
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue