This commit is contained in:
2023-10-20 23:31:16 +09:00
parent 430b5977d8
commit 993b83a287
84 changed files with 9466 additions and 1 deletions

7
scpt/dig.zsh Executable file
View 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