Remove an unnecessary fatal

pull/106/head
Andy Wang 4 years ago
parent 2de034ec92
commit 850f45d66f

@ -263,7 +263,6 @@ func main() {
https, _ := net.ResolveTCPAddr("tcp", ":443")
http, _ := net.ResolveTCPAddr("tcp", ":80")
sta.BindAddr = []net.Addr{https, http}
log.Fatalf("BindAddr cannot be empty")
}
// when cloak is started as a shadowsocks plugin

Loading…
Cancel
Save