Skip to content

Commit

Permalink
Allow DNS over TCP
Browse files Browse the repository at this point in the history
Co-authored-by: Thimo Limpert <[email protected]>
  • Loading branch information
QBY-MarkusMaring and Thimo Limpert authored Apr 10, 2024
1 parent 616d585 commit 03c1063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ resource "azurerm_firewall_policy_rule_collection_group" "this" {

rule {
name = "allow-dc-to-dnsresolver-inbound"
protocols = ["UDP"]
protocols = ["UDP","TCP"]
source_ip_groups = var.ipg_onpremise_dc_id != null ? [var.ipg_azure_dc_id, var.ipg_onpremise_dc_id] : [var.ipg_azure_dc_id]
destination_ip_groups = [var.ipg_dnsprivateresolver_id]
destination_ports = ["53"]
Expand Down

0 comments on commit 03c1063

Please sign in to comment.