This commit is contained in:
Tao Tien 2025-03-06 17:44:40 -08:00
parent a34a37b45b
commit 4ae2d653e8
3 changed files with 9 additions and 3 deletions

View file

@ -28,9 +28,11 @@ def tse [exit_node: string = ""] {
# list all mullvad exit nodes
def tsx [] {
tailscale exit-node list
| detect columns --guess
| drop 3
| lines
| drop 4
| skip 1
| to text
| detect columns --guess
| where HOSTNAME =~ mullvad
| reject STATUS
}