luraproject / lura

Bind to all interfaces GSC-G102
Security
Major
6 months ago8 months old
Binds to all network interfaces
 38var localhostIP string
 39
 40func init() {
 41	ln, err := net.Listen("tcp", ":8080") 42	if err != nil {
 43		return
 44	}