From b0abb407c64c1932cf29b243cdc25b694da66875 Mon Sep 17 00:00:00 2001 From: fuomag9 <1580624+fuomag9@users.noreply.github.com> Date: Mon, 23 Feb 2026 08:20:14 +0100 Subject: [PATCH] feat: add GeoBlockFields to create and edit proxy host dialogs Co-Authored-By: Claude Sonnet 4.6 --- src/components/proxy-hosts/HostDialogs.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/proxy-hosts/HostDialogs.tsx b/src/components/proxy-hosts/HostDialogs.tsx index 7b2f5a80..b0e83ae3 100644 --- a/src/components/proxy-hosts/HostDialogs.tsx +++ b/src/components/proxy-hosts/HostDialogs.tsx @@ -19,6 +19,7 @@ import { LoadBalancerFields } from "./LoadBalancerFields"; import { SettingsToggles } from "./SettingsToggles"; import { UpstreamDnsResolutionFields } from "./UpstreamDnsResolutionFields"; import { UpstreamInput } from "./UpstreamInput"; +import { GeoBlockFields } from "./GeoBlockFields"; export function CreateHostDialog({ open, @@ -126,6 +127,7 @@ export function CreateHostDialog({ + ); @@ -223,6 +225,12 @@ export function EditHostDialog({ + );