mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-31 02:58:28 +01:00
Fix e2e unsafe inbound test
This commit is contained in:
@@ -1341,6 +1341,13 @@ func TestGoodHandshakeUnsafeDest(t *testing.T) {
|
||||
"tun": m{
|
||||
"unsafe_routes": []m{route},
|
||||
},
|
||||
"firewall": m{
|
||||
"unsafe_outbound": []m{{
|
||||
"port": "any",
|
||||
"proto": "any",
|
||||
"host": "any",
|
||||
}},
|
||||
},
|
||||
}
|
||||
myControl, myVpnIpNet, myUdpAddr, myConfig := newSimpleServer(cert.Version2, ca, caKey, "me", "10.128.0.1/24", myCfg)
|
||||
t.Logf("my config %v", myConfig)
|
||||
|
||||
Reference in New Issue
Block a user