@@ -98,7 +98,6 @@ def create(
98
98
captive_portal : float | NotGiven = NOT_GIVEN ,
99
99
description : str | NotGiven = NOT_GIVEN ,
100
100
disable_auto_fallback : bool | NotGiven = NOT_GIVEN ,
101
- doh_in_tunnel : bool | NotGiven = NOT_GIVEN ,
102
101
enabled : bool | NotGiven = NOT_GIVEN ,
103
102
exclude_office_ips : bool | NotGiven = NOT_GIVEN ,
104
103
lan_allow_minutes : float | NotGiven = NOT_GIVEN ,
@@ -144,10 +143,6 @@ def create(
144
143
fall back to a best guess of the default/system DNS resolvers unless this policy
145
144
option is set to `true`.
146
145
147
- doh_in_tunnel: Determines how the WARP client sends DNS requests to Cloudflare Gateway. When
148
- `true`, DNS traffic is sent over DoH inside the WARP tunnel. When `false`, the
149
- DoH connection operates outside of the WARP tunnel.
150
-
151
146
enabled: Whether the policy will be applied to matching devices.
152
147
153
148
exclude_office_ips: Whether to add Microsoft IPs to Split Tunnel exclusions.
@@ -193,7 +188,6 @@ def create(
193
188
"captive_portal" : captive_portal ,
194
189
"description" : description ,
195
190
"disable_auto_fallback" : disable_auto_fallback ,
196
- "doh_in_tunnel" : doh_in_tunnel ,
197
191
"enabled" : enabled ,
198
192
"exclude_office_ips" : exclude_office_ips ,
199
193
"lan_allow_minutes" : lan_allow_minutes ,
@@ -303,7 +297,6 @@ def edit(
303
297
captive_portal : float | NotGiven = NOT_GIVEN ,
304
298
description : str | NotGiven = NOT_GIVEN ,
305
299
disable_auto_fallback : bool | NotGiven = NOT_GIVEN ,
306
- doh_in_tunnel : bool | NotGiven = NOT_GIVEN ,
307
300
enabled : bool | NotGiven = NOT_GIVEN ,
308
301
exclude_office_ips : bool | NotGiven = NOT_GIVEN ,
309
302
match : str | NotGiven = NOT_GIVEN ,
@@ -344,10 +337,6 @@ def edit(
344
337
fall back to a best guess of the default/system DNS resolvers unless this policy
345
338
option is set to `true`.
346
339
347
- doh_in_tunnel: Determines how the WARP client sends DNS requests to Cloudflare Gateway. When
348
- `true`, DNS traffic is sent over DoH inside the WARP tunnel. When `false`, the
349
- DoH connection operates outside of the WARP tunnel.
350
-
351
340
enabled: Whether the policy will be applied to matching devices.
352
341
353
342
exclude_office_ips: Whether to add Microsoft IPs to Split Tunnel exclusions.
@@ -391,7 +380,6 @@ def edit(
391
380
"captive_portal" : captive_portal ,
392
381
"description" : description ,
393
382
"disable_auto_fallback" : disable_auto_fallback ,
394
- "doh_in_tunnel" : doh_in_tunnel ,
395
383
"enabled" : enabled ,
396
384
"exclude_office_ips" : exclude_office_ips ,
397
385
"match" : match ,
@@ -504,7 +492,6 @@ async def create(
504
492
captive_portal : float | NotGiven = NOT_GIVEN ,
505
493
description : str | NotGiven = NOT_GIVEN ,
506
494
disable_auto_fallback : bool | NotGiven = NOT_GIVEN ,
507
- doh_in_tunnel : bool | NotGiven = NOT_GIVEN ,
508
495
enabled : bool | NotGiven = NOT_GIVEN ,
509
496
exclude_office_ips : bool | NotGiven = NOT_GIVEN ,
510
497
lan_allow_minutes : float | NotGiven = NOT_GIVEN ,
@@ -550,10 +537,6 @@ async def create(
550
537
fall back to a best guess of the default/system DNS resolvers unless this policy
551
538
option is set to `true`.
552
539
553
- doh_in_tunnel: Determines how the WARP client sends DNS requests to Cloudflare Gateway. When
554
- `true`, DNS traffic is sent over DoH inside the WARP tunnel. When `false`, the
555
- DoH connection operates outside of the WARP tunnel.
556
-
557
540
enabled: Whether the policy will be applied to matching devices.
558
541
559
542
exclude_office_ips: Whether to add Microsoft IPs to Split Tunnel exclusions.
@@ -599,7 +582,6 @@ async def create(
599
582
"captive_portal" : captive_portal ,
600
583
"description" : description ,
601
584
"disable_auto_fallback" : disable_auto_fallback ,
602
- "doh_in_tunnel" : doh_in_tunnel ,
603
585
"enabled" : enabled ,
604
586
"exclude_office_ips" : exclude_office_ips ,
605
587
"lan_allow_minutes" : lan_allow_minutes ,
@@ -709,7 +691,6 @@ async def edit(
709
691
captive_portal : float | NotGiven = NOT_GIVEN ,
710
692
description : str | NotGiven = NOT_GIVEN ,
711
693
disable_auto_fallback : bool | NotGiven = NOT_GIVEN ,
712
- doh_in_tunnel : bool | NotGiven = NOT_GIVEN ,
713
694
enabled : bool | NotGiven = NOT_GIVEN ,
714
695
exclude_office_ips : bool | NotGiven = NOT_GIVEN ,
715
696
match : str | NotGiven = NOT_GIVEN ,
@@ -750,10 +731,6 @@ async def edit(
750
731
fall back to a best guess of the default/system DNS resolvers unless this policy
751
732
option is set to `true`.
752
733
753
- doh_in_tunnel: Determines how the WARP client sends DNS requests to Cloudflare Gateway. When
754
- `true`, DNS traffic is sent over DoH inside the WARP tunnel. When `false`, the
755
- DoH connection operates outside of the WARP tunnel.
756
-
757
734
enabled: Whether the policy will be applied to matching devices.
758
735
759
736
exclude_office_ips: Whether to add Microsoft IPs to Split Tunnel exclusions.
@@ -797,7 +774,6 @@ async def edit(
797
774
"captive_portal" : captive_portal ,
798
775
"description" : description ,
799
776
"disable_auto_fallback" : disable_auto_fallback ,
800
- "doh_in_tunnel" : doh_in_tunnel ,
801
777
"enabled" : enabled ,
802
778
"exclude_office_ips" : exclude_office_ips ,
803
779
"match" : match ,
0 commit comments