Skip to content

Commit

Permalink
unsupported proxy type
Browse files Browse the repository at this point in the history
  • Loading branch information
kayrus committed Dec 9, 2020
1 parent 472d854 commit fe51cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tun2socks/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func main() {
if creater, found := handlerCreater[*args.ProxyType]; found {
creater()
} else {
log.Fatalf("unsupported proxy type")
log.Fatalf("unsupported proxy type: %s", *args.ProxyType)
}

if args.DnsFallback != nil && *args.DnsFallback {
Expand Down

0 comments on commit fe51cd4

Please sign in to comment.