use proxychains with wsproxy
This commit is contained in:
parent
70528c7fcf
commit
8715cfe47c
@ -59,6 +59,19 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
proxychains = {
|
||||||
|
enable = true;
|
||||||
|
quietMode = true;
|
||||||
|
proxies = {
|
||||||
|
default = {
|
||||||
|
type = "socks5";
|
||||||
|
port = 1089;
|
||||||
|
host = "127.0.0.1";
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
git.enable = true;
|
git.enable = true;
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
light.enable = true;
|
light.enable = true;
|
||||||
|
Reference in New Issue
Block a user