# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/z7jfowq
一張圖看懂 DNS 域名解析全過程**
相信大家在平時工作中都離不開 DNS 解析,DNS 解析是互聯網訪問的第一步,無論是使用筆記本瀏覽器訪問網絡還是打開手機 APP 的時候,訪問網絡資源的第一步必然要經過 DNS 解析流程。下面這張圖,詳細說明了一個 DNS 域名解析的全過程:一、什麼是 DNS---------DNS,全稱 Domain Name System,域名系統,是一個記錄域名和 Ip 地址相互映射的一個系統,能夠將用戶訪 ⌘ Read more