Remove whois networking from the proxy (#2976)

This commit is contained in:
gbrodman
2026-03-04 20:14:42 +00:00
committed by GitHub
parent 50a639937a
commit 9544d70048
7 changed files with 3 additions and 201 deletions
-3
View File
@@ -12,7 +12,4 @@ module "proxy" {
gcr_project_name = "YOUR_GCR_PROJECT"
proxy_domain_name = "YOUR_PROXY_DOMAIN"
proxy_certificate_bucket = "YOUR_CERTIFICATE_BUCKET"
# Uncomment to disable forwarding of whois HTTP interfaces.
# public_web_whois = 0
}