1
0
bot/scpt/dig.zsh

8 lines
165 B
Bash
Raw Normal View History

2023-10-20 14:31:16 +00:00
#!/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