@@ -94,10 +94,6 @@ type DevicePolicyDefaultEditResponse struct {
94
94
// fall back to a best guess of the default/system DNS resolvers unless this policy
95
95
// option is set to `true`.
96
96
DisableAutoFallback bool `json:"disable_auto_fallback"`
97
- // Determines how the WARP client sends DNS requests to Cloudflare Gateway. When
98
- // `true`, DNS traffic is sent over DoH inside the WARP tunnel. When `false`, the
99
- // DoH connection operates outside of the WARP tunnel.
100
- DOHInTunnel bool `json:"doh_in_tunnel"`
101
97
// Whether the policy will be applied to matching devices.
102
98
Enabled bool `json:"enabled"`
103
99
Exclude []SplitTunnelExclude `json:"exclude"`
@@ -129,7 +125,6 @@ type devicePolicyDefaultEditResponseJSON struct {
129
125
CaptivePortal apijson.Field
130
126
Default apijson.Field
131
127
DisableAutoFallback apijson.Field
132
- DOHInTunnel apijson.Field
133
128
Enabled apijson.Field
134
129
Exclude apijson.Field
135
130
ExcludeOfficeIPs apijson.Field
@@ -196,10 +191,6 @@ type DevicePolicyDefaultGetResponse struct {
196
191
// fall back to a best guess of the default/system DNS resolvers unless this policy
197
192
// option is set to `true`.
198
193
DisableAutoFallback bool `json:"disable_auto_fallback"`
199
- // Determines how the WARP client sends DNS requests to Cloudflare Gateway. When
200
- // `true`, DNS traffic is sent over DoH inside the WARP tunnel. When `false`, the
201
- // DoH connection operates outside of the WARP tunnel.
202
- DOHInTunnel bool `json:"doh_in_tunnel"`
203
194
// Whether the policy will be applied to matching devices.
204
195
Enabled bool `json:"enabled"`
205
196
Exclude []SplitTunnelExclude `json:"exclude"`
@@ -231,7 +222,6 @@ type devicePolicyDefaultGetResponseJSON struct {
231
222
CaptivePortal apijson.Field
232
223
Default apijson.Field
233
224
DisableAutoFallback apijson.Field
234
- DOHInTunnel apijson.Field
235
225
Enabled apijson.Field
236
226
Exclude apijson.Field
237
227
ExcludeOfficeIPs apijson.Field
@@ -297,10 +287,6 @@ type DevicePolicyDefaultEditParams struct {
297
287
// fall back to a best guess of the default/system DNS resolvers unless this policy
298
288
// option is set to `true`.
299
289
DisableAutoFallback param.Field [bool ] `json:"disable_auto_fallback"`
300
- // Determines how the WARP client sends DNS requests to Cloudflare Gateway. When
301
- // `true`, DNS traffic is sent over DoH inside the WARP tunnel. When `false`, the
302
- // DoH connection operates outside of the WARP tunnel.
303
- DOHInTunnel param.Field [bool ] `json:"doh_in_tunnel"`
304
290
// Whether to add Microsoft IPs to Split Tunnel exclusions.
305
291
ExcludeOfficeIPs param.Field [bool ] `json:"exclude_office_ips"`
306
292
// Determines if the operating system will register WARP's local interface IP with
0 commit comments