mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 12:27:36 +03:00
Add certificate store
This commit is contained in:
parent
511ba9bd6a
commit
ed1ea104eb
30 changed files with 4786 additions and 32 deletions
|
@ -99,7 +99,7 @@ func (c *STDServerConfig) startWatcher() error {
|
|||
Callback: func(path string) {
|
||||
err := c.certificateUpdated(path)
|
||||
if err != nil {
|
||||
c.logger.Error(err)
|
||||
c.logger.Error(E.Cause(err, "reload certificate"))
|
||||
}
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue