├── CHANGELOG.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── SECURITY.md ├── images ├── architecture-with-custom-dns-forwader.png ├── architecture-without-custom-dns-forwader.png ├── dnat-rules.png ├── dns-proxy-with-custom-dns-forwarder.png ├── dns-proxy-without-custom-dns-forwarder.png ├── dns-settings.png ├── internet-rules.png ├── nslookup.png ├── resource-group.png ├── route-table.png └── vnet-to-vnet.png ├── scripts ├── configure-custom-dns-forwarder.sh ├── deploy.sh └── test-dns-and-private-endpoints.sh ├── templates ├── azuredeploy.json └── azuredeploy.parameters.json └── visio └── architecture.vsdx /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/SECURITY.md -------------------------------------------------------------------------------- /images/architecture-with-custom-dns-forwader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/images/architecture-with-custom-dns-forwader.png -------------------------------------------------------------------------------- /images/architecture-without-custom-dns-forwader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/images/architecture-without-custom-dns-forwader.png -------------------------------------------------------------------------------- /images/dnat-rules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/images/dnat-rules.png -------------------------------------------------------------------------------- /images/dns-proxy-with-custom-dns-forwarder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/images/dns-proxy-with-custom-dns-forwarder.png -------------------------------------------------------------------------------- /images/dns-proxy-without-custom-dns-forwarder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/images/dns-proxy-without-custom-dns-forwarder.png -------------------------------------------------------------------------------- /images/dns-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/images/dns-settings.png -------------------------------------------------------------------------------- /images/internet-rules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/images/internet-rules.png -------------------------------------------------------------------------------- /images/nslookup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/images/nslookup.png -------------------------------------------------------------------------------- /images/resource-group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/images/resource-group.png -------------------------------------------------------------------------------- /images/route-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/images/route-table.png -------------------------------------------------------------------------------- /images/vnet-to-vnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/images/vnet-to-vnet.png -------------------------------------------------------------------------------- /scripts/configure-custom-dns-forwarder.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/scripts/configure-custom-dns-forwarder.sh -------------------------------------------------------------------------------- /scripts/deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/scripts/deploy.sh -------------------------------------------------------------------------------- /scripts/test-dns-and-private-endpoints.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/scripts/test-dns-and-private-endpoints.sh -------------------------------------------------------------------------------- /templates/azuredeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/templates/azuredeploy.json -------------------------------------------------------------------------------- /templates/azuredeploy.parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/templates/azuredeploy.parameters.json -------------------------------------------------------------------------------- /visio/architecture.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paolosalvatori/azure-firewall-dns-proxy-in-hub-and-spoke/HEAD/visio/architecture.vsdx --------------------------------------------------------------------------------