embedded rust stuff

This commit is contained in:
Tao Tien 2024-05-11 03:41:12 -07:00
parent 5ad3ac9ec1
commit e2fa525618
3 changed files with 7 additions and 1 deletions

View file

@ -22,7 +22,7 @@ def tse [exit_node?] {
def tsr [] {
tailscale status --json | from json | get Peer | transpose nodekey node | get node | filter {$in.Location?.Country == USA} | get TailscaleIPs | each {get 0} | select (random int 0..($in | length)) | tse $in.0
tailscale status
ff https://mullvad.net/en/check
firefox https://mullvad.net/en/check
}
def rebuild [subcommand] {