mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2024-12-22 14:26:31 +00:00
[update] fix PrintWelcome in main.go
This commit is contained in:
parent
cb22573943
commit
ecc6a9fc25
@ -16,7 +16,7 @@ func main() {
|
||||
port, dns, debug := util.ParseArgs()
|
||||
|
||||
p := proxy.New(port, runtime.GOOS, debug)
|
||||
p.PrintWelcome()
|
||||
util.PrintWelcome(port, dns, debug)
|
||||
|
||||
if err := p.SetOsProxy(); err != nil {
|
||||
log.Fatal(err)
|
||||
|
Loading…
Reference in New Issue
Block a user