Actually load keys in loadkeys and find keys in findkeys
This commit is contained in:
parent
4e7ff65b1e
commit
349dfa9391
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ type Manager struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (m Manager) Serve() error {
|
func (m Manager) Serve() error {
|
||||||
server, err := socks5.New(conf)
|
server, err := socks5.New(m.Config)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue