mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35:07 +03:00
Start de-debugging
This commit is contained in:
parent
fae00e962f
commit
3847e6afb8
4 changed files with 35 additions and 0 deletions
|
@ -213,6 +213,9 @@ func (a *admin) init(c *Core, listenaddr string) {
|
|||
}, errors.New("Failed to remove allowed box pub key")
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
func (a *admin) start() {
|
||||
go a.listen()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue