Fuck Turkey Government Again :3 Added SSH workaround
This commit is contained in:
parent
f616fe50cc
commit
313cac929e
1 changed files with 6 additions and 0 deletions
|
|
@ -41,6 +41,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# SSH through SOCKS5 proxy
|
||||||
|
programs.ssh.extraConfig = ''
|
||||||
|
Host *
|
||||||
|
ProxyCommand ${pkgs.netcat-openbsd}/bin/nc -X 5 -x 127.0.0.1:10808 %h %p
|
||||||
|
'';
|
||||||
|
|
||||||
# GNOME proxy settings via dconf
|
# GNOME proxy settings via dconf
|
||||||
programs.dconf.profiles.user.databases = [{
|
programs.dconf.profiles.user.databases = [{
|
||||||
settings."org/gnome/system/proxy" = {
|
settings."org/gnome/system/proxy" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue