# 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/mbhf3uq
一文讀懂 DNS 的工作原理**
DNS(Domain Name System)即域名系統,是一種用於將域名轉換爲 IP 地址的分佈式命名系統。它充當了互聯網上的 “電話簿”,將人類可讀的域名轉換爲計算機可理解的 IP 地址。今天,老魚跟大家聊一聊 DNS 的工作原理。域名服務器的分類DNS 系統由多個層級的域名服務器組成,每個服務器負責管理特定區域內的域名和 IP 地址映射。這些服務器主要包括:根域名服務器:位於 DNS 層次結 ⌘ Read more