From 04dea0166f9ed606db9ac051c922cf30e6ce7b57 Mon Sep 17 00:00:00 2001 From: dixxe Date: Mon, 13 Jan 2025 18:57:51 +0300 Subject: [PATCH] zapret polishing --- home-manager/your-packages.nix | 1 + nixos/modules/zapret.nix | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/home-manager/your-packages.nix b/home-manager/your-packages.nix index 6cb5730..515586e 100644 --- a/home-manager/your-packages.nix +++ b/home-manager/your-packages.nix @@ -9,6 +9,7 @@ # Social stuff telegram-desktop + vesktop firefox qbittorrent diff --git a/nixos/modules/zapret.nix b/nixos/modules/zapret.nix index 248e666..80b5d7f 100644 --- a/nixos/modules/zapret.nix +++ b/nixos/modules/zapret.nix @@ -3,7 +3,7 @@ services = { zapret = { enable = true; - udpPorts = [ "50000:65535" ]; + udpPorts = [ "50000:65535" "27015:27050" ]; udpSupport = true; params = [ "--dpi-desync-autottl=3" @@ -59,7 +59,7 @@ "7tv.app" "7tv.io" "10tv.app" - "x.com" + "dixxe.top" ]; }; };