mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Enable DNSSEC (#5812)
Already deployed and configured on the registrar.
This commit is contained in:
@@ -171,7 +171,7 @@ module "google-cloud-dns" {
|
||||
project_id = module.google-cloud-project.project.project_id
|
||||
|
||||
tld = local.tld
|
||||
dnssec_enabled = false
|
||||
dnssec_enabled = true
|
||||
}
|
||||
|
||||
# Create the Cloud SQL database
|
||||
|
||||
Reference in New Issue
Block a user