aboutsummaryrefslogtreecommitdiff
path: root/profiles/noTunnels.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/noTunnels.nix')
-rw-r--r--profiles/noTunnels.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/profiles/noTunnels.nix b/profiles/noTunnels.nix
new file mode 100644
index 0000000..f8f5154
--- /dev/null
+++ b/profiles/noTunnels.nix
@@ -0,0 +1,13 @@
+{ }: {
+ policies = {
+ DNSOverHTTPS = {
+ Enabled = false;
+ Locked = true;
+ };
+
+ Proxy = {
+ Mode = "none";
+ Locked = true;
+ };
+ };
+}