Dpi: Add ipv6 support.
This commit is contained in:
parent
7ecb3d061e
commit
382d8dd58f
|
@ -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"
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue