Compare commits

...

2 commits

Author SHA1 Message Date
Dmitry Voronin 382d8dd58f
Dpi: Add ipv6 support. 2024-11-30 23:07:04 +03:00
Dmitry Voronin 7ecb3d061e
Lock: Update. 2024-11-30 23:06:44 +03:00
3 changed files with 21 additions and 9 deletions

View file

@ -15,6 +15,12 @@ in {
inherit (cfg.bypass) params;
enable = true;
package = pkgsMaster.zapret;
httpMode = "full";
httpSupport = true;
udpSupport = true;
udpPorts = [
"50000:50099"
];
whitelist = [
"youtube.com"
"googlevideo.com"

View file

@ -296,11 +296,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1732971883,
"narHash": "sha256-/mfcdEJxxRgqCnDIjgH4u000RRWSTfSYjhEm4jrOzYI=",
"lastModified": 1732988994,
"narHash": "sha256-mg45yzpgvsoQKL5egbBCfq4BtpRxg2/RsE1TL60GdGI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "f0be4108069de0eff5d8d01c27346f04b168c17d",
"rev": "ff5fd5aff0b38eca6461d9a4d64e3ea672077939",
"type": "github"
},
"original": {
@ -360,11 +360,11 @@
},
"nixpkgsMaster": {
"locked": {
"lastModified": 1732974512,
"narHash": "sha256-Hav/jlcAJtsxXpMdiLcnDR9lVLNTZjz80+tu632k5ls=",
"lastModified": 1732990138,
"narHash": "sha256-Z7NT+HFb/VQqdORpTWIDugrk3dc129jAcuqOLjRiuzA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c14b9064de04b89772f4f5560c4986fb89200726",
"rev": "130bb06af1b749f0b53468fc91421c467424a182",
"type": "github"
},
"original": {
@ -376,11 +376,11 @@
},
"nixpkgsUnstable": {
"locked": {
"lastModified": 1732758367,
"narHash": "sha256-RzaI1RO0UXqLjydtz3GAXSTzHkpb/lLD1JD8a0W4Wpo=",
"lastModified": 1732837521,
"narHash": "sha256-jNRNr49UiuIwaarqijgdTR2qLPifxsVhlJrKzQ8XUIE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "fa42b5a5f401aab8a32bd33c9a4de0738180dc59",
"rev": "970e93b9f82e2a0f3675757eb0bfc73297cc6370",
"type": "github"
},
"original": {

View file

@ -17,8 +17,14 @@
enable = true;
params = [
"--dpi-desync=fake,disorder2"
"--dpi-desync-ttl=1"
"--dpi-desync-autottl=2"
"--dpi-desync-ttl6=1"
"--dpi-desync-autottl6=2"
"--dpi-desync-any-protocol"
];
};
amd = {