This website requires JavaScript.
Explore
Help
Sign In
stupidcomputer
/
dot_testing
Watch
1
Star
0
Fork
You've already forked dot_testing
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
4da2c989cd
dot_testing
/
builds
/
utils
/
sh
/
vpn
6 lines
99 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
# a poor man's vpn
ip
=
$(
dig +short beepboop.systems
)
sshuttle --dns -r ryan@
$ip
:443 0/0
Reference in New Issue
View Git Blame
Copy Permalink