Revert "Disable encryption"

This reverts commit 9bfdce096c.
This commit is contained in:
Nils Hanke 2022-12-22 13:39:32 +01:00
parent 9bfdce096c
commit fcea00331a
3 changed files with 18 additions and 5 deletions

View file

@ -49,7 +49,8 @@ var azureVals = map[string]any{
"enabled": true,
},
"encryption": map[string]any{
"enabled": false,
"enabled": true,
"type": "wireguard",
},
"l7Proxy": false,
"ipam": map[string]any{