From a17d93f31c9a7ba4c066f073379bb9534beb6d39 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 26 Aug 2024 03:42:15 +0300 Subject: [PATCH] Zapret : Use better params. --- config/Setting.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Setting.nix b/config/Setting.nix index fb0ea7f..f265230 100644 --- a/config/Setting.nix +++ b/config/Setting.nix @@ -46,7 +46,7 @@ type = types.submodule { options = { params = mkOption { - default = "--dpi-desync=disorder --dpi-desync-ttl=1 --dpi-desync-split-pos=3"; + default = "--dpi-desync=fake,split2 --dpi-desync-fooling=datanoack"; type = types.str; }; };