various lifetime changes

This commit is contained in:
yaroslav
2025-06-19 15:22:41 +03:00
parent 6c570f2458
commit fa9c469d81
4 changed files with 19 additions and 9 deletions
+4
View File
@@ -87,8 +87,12 @@
};
networking.firewall.allowedTCPPorts = [ 4444 ];
networking.firewall.allowedUDPPorts = [ 69 ];
programs.amnezia-vpn.enable = true;
services.tftpd.enable = true;
services.tftpd.path = "/srv/pxe/tftp";
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
networking.hostName = "Aphelion";
+1
View File
@@ -7,6 +7,7 @@
"--filter-tcp=80 --dpi-desync=fake,multisplit --dpi-desync-split-pos=method+2 --dpi-desync-fooling=md5sig --new"
"--filter-tcp=443 --dpi-desync=fake,multidisorder --dpi-desync-split-pos=1,midsld --dpi-desync-fooling=badseq,md5sig --new"
"--filter-udp=443 --dpi-desync=fake --dpi-desync-repeats=6"
"--filter-udp=50000-50100 --filter-l7=discord,stun --dpi-desync=fake --dpi-desync-repeats=6 --new"
];
};