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