tools
This commit is contained in:
parent
9a573ca719
commit
c6c00f9e4b
|
@ -83,6 +83,9 @@
|
|||
/* cachix */
|
||||
/* nix-template */
|
||||
nix-output-monitor
|
||||
nix-du
|
||||
nix-tree
|
||||
nix-visualize
|
||||
(pkgs.nix-inspect or unstable.nix-inspect)
|
||||
(pkgs.nix-btm or unstable.nix-btm)
|
||||
unstable.nixpkgs-review
|
||||
|
|
|
@ -9,7 +9,8 @@
|
|||
function vpn (
|
||||
ip="$(dig +short -x a $1 | tail -n 1)"
|
||||
set -x
|
||||
sshuttle 0.0.0.0/0 --disable-ipv6 --dns -r "$1" -x $ip -x 127.0.0.1 -x 172.0.0.0/8
|
||||
#sshuttle 0.0.0.0/0 --disable-ipv6 --dns -r "$1" -x $ip -x 127.0.0.1 -x 172.0.0.0/8
|
||||
sshuttle 0.0.0.0/0 ::/0 --dns -r "$1" -x $ip -x 127.0.0.1 -x 172.0.0.0/8
|
||||
)
|
||||
|
||||
if test -f ~/.ssh/config; then
|
||||
|
|
Loading…
Reference in New Issue