2024年1月5日 星期五

透過linux指令確認DNS text


到DNS server設定好text屬性後,


1.使用dig指令:

dig yourdomainname.com TXT

  只要文字的話:

dig +short -t txt yourdomainname.com 


2.使用host指令:

host -t txt yourdomainname.com



ref:

https://www.servercake.blog/check-txt-record-linux-terminal/

沒有留言:

張貼留言

agy進入auto-mode

 以前的agy可以透過ctrl-tab進行模式切換。最近更新把auto mode從這個切換中拿掉了,頂多讓agent寫寫文件,但是不讓agent去跑程式。解決辦法就是要從一開始就決定進入session的時候要不要開auto mode: agy --dangerously-skip...