Fix/bootstrapper regressions (#274)

* remove wireguard from e2e tests, conformance docs & config
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
Fabian Kammel 2022-07-15 11:53:14 +02:00 committed by GitHub
parent e315a3b5d8
commit a931f6692f
8 changed files with 3 additions and 43 deletions

View file

@ -175,13 +175,6 @@ func Default() *Config {
IPRange: "0.0.0.0/0",
FromPort: constants.BootstrapperPort,
},
{
Name: "wireguard",
Description: "WireGuard default port",
Protocol: "udp",
IPRange: "0.0.0.0/0",
FromPort: constants.WireguardPort,
},
{
Name: "ssh",
Description: "SSH",