v0.1
This commit is contained in:
7
scpt/dig.zsh
Executable file
7
scpt/dig.zsh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/zsh
|
||||
|
||||
txt=_atproto.$1
|
||||
did=$2
|
||||
curl -sL plc.directory/$did/log |jq ".[]|.alsoKnownAs|.[]?" | grep -n .| head -n 4
|
||||
|
||||
dig -t TXT $txt|grep "did=did:plc:"|head -n 1
|
Reference in New Issue
Block a user