mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 22:34:56 -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,
|
||||
"type": "wireguard",
|
||||
},
|
||||
"l7Proxy": false,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue