Initial commit
This commit is contained in:
commit
1518f7007b
39 changed files with 1779 additions and 0 deletions
22
lil-maid/modules/net.nix
Normal file
22
lil-maid/modules/net.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
networking.networkmanager.enable = true;
|
||||
services.ivpn.enable = true;
|
||||
|
||||
# services.zapret = {
|
||||
# enable = true;
|
||||
# params = [
|
||||
# "--wf-tcp=443"
|
||||
# "--wf-udp=443,50000-65535"
|
||||
# "--dpi-desync=fake,split"
|
||||
# "--dpi-desync-repeats=3"
|
||||
# "--dpi-desync-udplen-increment=12"
|
||||
# "--dpi-desync-udplen-pattern=0xF00F"
|
||||
# "--dpi-desync-fake-quic=${./zapret/quic_initial_www_google_com.bin}"
|
||||
# "--dpi-desync-any-protocol"
|
||||
# "--dpi-desync-cutoff=d3"
|
||||
# "--dpi-desync-autottl=2"
|
||||
# "--dpi-desync-fooling=badseq"
|
||||
# "--dpi-desync-fake-tls=${./zapret/tls_clienthello_www_google_com.bin}"
|
||||
# ];
|
||||
# };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue