Disable l7 proxy on QEMU (#378)

This commit is contained in:
Malte Poll 2022-08-19 08:44:36 +02:00 committed by GitHub
parent af99f91fec
commit 402fc7761b

View File

@ -78,4 +78,5 @@ var qemuVals = map[string]interface{}{
"enabled": true,
"type": "wireguard",
},
"l7Proxy": false,
}