package netx import ( "fmt" "testing" ) func TestIp(t *testing.T) { fmt.Println(GetOutBoundIP()) }