summaryrefslogtreecommitdiffhomepage
path: root/gui/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/main')
-rw-r--r--gui/src/main/daemon-rpc.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/src/main/daemon-rpc.ts b/gui/src/main/daemon-rpc.ts
index 5e5424142d..a2416e9943 100644
--- a/gui/src/main/daemon-rpc.ts
+++ b/gui/src/main/daemon-rpc.ts
@@ -827,8 +827,8 @@ function convertFromTunnelStateErrorCause(
}
case grpcTypes.ErrorState.Cause.SPLIT_TUNNEL_ERROR:
return { reason: 'split_tunnel_error' };
- case grpcTypes.ErrorState.Cause.CUSTOM_RESOLVER_ERROR:
- return { reason: 'custom_resolver_error' };
+ case grpcTypes.ErrorState.Cause.FILTERING_RESOLVER_ERROR:
+ return { reason: 'filtering_resolver_error' };
case grpcTypes.ErrorState.Cause.READ_SYSTEM_DNS_CONFIG:
return { reason: 'read_system_dns_config' };
case grpcTypes.ErrorState.Cause.VPN_PERMISSION_DENIED: