ssht: Add SSH Tor resolver thing

It fetches a given host's IP and connects to that directly
This way you can get a low-latency connection but still use Tor as a name service.
Sort of.
This commit is contained in:
2018-10-19 19:02:18 -05:00
parent 0167f78ad7
commit 278e3942a2
2 changed files with 91 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ zstyle :compinstall filename '/home/salt/.zshrc'
autoload -Uz compinit
compinit
compdef _git dot
compdef _ssh ssht
# The prompt
autoload -Uz promptinit