Fix: Shadowsocks nameserver when DOT=off
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
|
||||
type Configurator interface {
|
||||
Version(ctx context.Context) (string, error)
|
||||
MakeConf(port uint16, password, method string, uid, gid int) (err error)
|
||||
MakeConf(port uint16, password, method, nameserver string, uid, gid int) (err error)
|
||||
Start(ctx context.Context, server string, port uint16, password string, log bool) (stdout, stderr io.ReadCloser, waitFn func() error, err error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user