various lifetime changes
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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"
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user