mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-24 23:08:43 -04:00
Disable l7 proxy on QEMU (#378)
This commit is contained in:
parent
af99f91fec
commit
402fc7761b
1 changed files with 1 additions and 0 deletions
|
@ -78,4 +78,5 @@ var qemuVals = map[string]interface{}{
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"type": "wireguard",
|
"type": "wireguard",
|
||||||
},
|
},
|
||||||
|
"l7Proxy": false,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue