mirror of https://github.com/v2ray/v2ray-core
listen on all ips
parent
cdcf72cbe7
commit
bf64c449de
|
@ -5,6 +5,6 @@ import "net/http"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
go func() {
|
go func() {
|
||||||
http.ListenAndServe("localhost:6060", nil)
|
http.ListenAndServe(":6060", nil)
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue