Remove an unnecessary fatal

This commit is contained in:
Andy Wang 2020-04-04 15:34:28 +01:00
parent 2de034ec92
commit 850f45d66f
1 changed files with 0 additions and 1 deletions

View File

@ -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