mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 01:27:03 -05:00
listen on all ips
This commit is contained in:
parent
cdcf72cbe7
commit
bf64c449de
@ -5,6 +5,6 @@ import "net/http"
|
||||
|
||||
func init() {
|
||||
go func() {
|
||||
http.ListenAndServe("localhost:6060", nil)
|
||||
http.ListenAndServe(":6060", nil)
|
||||
}()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user