盈月揽芳华,共度好时节。
一年逢好夜,万里见明时。
良辰生思念,明月照归心。
万家灯火间,人月皆团圆。
值此中秋佳节之际
DH DNS向
一直关心、支持DH DNS发展的朋友,也向为DH DNS发展辛勤付出的项目组成员
表示衷心的感谢和诚挚的祝福!😊
一年逢好夜,万里见明时。
良辰生思念,明月照归心。
万家灯火间,人月皆团圆。
值此中秋佳节之际
DH DNS向
一直关心、支持DH DNS发展的朋友,也向为DH DNS发展辛勤付出的项目组成员
表示衷心的感谢和诚挚的祝福!
Please open Telegram to view this post
VIEW IN TELEGRAM
👍13🎉7
Forwarded from 特效字幕联盟
Forwarded from AdGuard
🌐 What is DNS?
DNS this, DNS that... If you take interest in technology, or even just follow our channel, you can hear this acronym a lot. But what does it stand for?
Watch our new video to finally get answers to all DNS-related questions!
DNS this, DNS that... If you take interest in technology, or even just follow our channel, you can hear this acronym a lot. But what does it stand for?
Watch our new video to finally get answers to all DNS-related questions!
YouTube
What is a DNS? | AdGuard
🛡AdGuard DNS is a cloud-based DNS service that will help you protect privacy and block ads. Try it here: https://adguard-dns.io/! What is a DNS?
DNS stands for Domain Name System. It is often compared to the Internet’s phone book that contains websites’…
DNS stands for Domain Name System. It is often compared to the Internet’s phone book that contains websites’…
❤5
Forwarded from 科技圈🎗在花频道📮 (Pineapple🍍)
流批,我占位用的频道名被收回了。
通知各位频道主、群主,如果自己名称短于7字符,或有长久不用仅用于占位的ID
请准备备用频道 及 使频道恢复活跃状态
目前发现的包括但不限于用户名、群族名、频道名 都有被收回的案例
通知各位频道主、群主,如果自己名称短于7字符,或有长久不用仅用于占位的ID
请准备备用频道 及 使频道恢复活跃状态
目前发现的包括但不限于用户名、群族名、频道名 都有被收回的案例
🤣18❤1
Please open Telegram to view this post
VIEW IN TELEGRAM
👍12🕊3
Forwarded from Tex0n DNS
常规代理软件 DNS 配置方法
Surge
https://manual.nssurge.com/dns/doh.html
[General]
# DNS
# > 常规 DNS 解析加密 DNS 域名
dns-server = 119.29.29.29, 223.5.5.5
# > 加密 DNS 不跳过证书验证
doh-skip-cert-verification = false
# > 忽略 SVCB 请求
allow-dns-svcb = false
# > 加密 DNS 不遵循规则模式
encrypted-dns-follow-outbound-mode = false
# > 所有协议加密 DNS 写一行,用逗号间隔
encrypted-dns-server = quic://example.com:784,https://example.com/dns-query,h3://example.com/dns-query
Quantumult X
[DNS]
# DNS
# > 不使用系统 DNS
no-system
# > 常规 DNS 解析加密 DNS 域名
server = 223.5.5.5
server = 119.29.29.29
# > DNS over QUIC
doq-server = quic://example.com:784
# > DNS over HTTPS
doh-server = https://example.com/dns-query
# > DNS over H3 两个参数配合使用
prefer-doh3
doh-server = https://example.com/dns-query
LOON
[General]
# DNS server
# > 常规 DNS 解析加密 DNS 域名
dns-server = 119.29.29.29,223.5.5.5
# > DNS over HTTPS
doh-server = https://example.com/dns-query
# > DNS over QUIC
doq-server = quic://example.com:784
# > DNS over H3
doh3-server = https://example.com/dns-query
Clash (太你妈复杂了! 自行阅读Wiki)
https://github.com/Dreamacro/clash/wiki/Configuration
Stash (Clash类)
https://stash.wiki/features/dns-server
dns:
default-nameserver:
- 223.5.5.5
- 119.29.29.29
# Stash 会使用最先获得的解析记录回复 DNS 请求
nameserver:
# 不建议配置超过 2 个 DNS 服务器,会增加系统功耗
- https://example.com/dns-query
- quic://example.com:784
# 加密 DNS 不跳过证书验证
skip-cert-verify: false
Surge
https://manual.nssurge.com/dns/doh.html
[General]
# DNS
# > 常规 DNS 解析加密 DNS 域名
dns-server = 119.29.29.29, 223.5.5.5
# > 加密 DNS 不跳过证书验证
doh-skip-cert-verification = false
# > 忽略 SVCB 请求
allow-dns-svcb = false
# > 加密 DNS 不遵循规则模式
encrypted-dns-follow-outbound-mode = false
# > 所有协议加密 DNS 写一行,用逗号间隔
encrypted-dns-server = quic://example.com:784,https://example.com/dns-query,h3://example.com/dns-query
Quantumult X
[DNS]
# DNS
# > 不使用系统 DNS
no-system
# > 常规 DNS 解析加密 DNS 域名
server = 223.5.5.5
server = 119.29.29.29
# > DNS over QUIC
doq-server = quic://example.com:784
# > DNS over HTTPS
doh-server = https://example.com/dns-query
# > DNS over H3 两个参数配合使用
prefer-doh3
doh-server = https://example.com/dns-query
LOON
[General]
# DNS server
# > 常规 DNS 解析加密 DNS 域名
dns-server = 119.29.29.29,223.5.5.5
# > DNS over HTTPS
doh-server = https://example.com/dns-query
# > DNS over QUIC
doq-server = quic://example.com:784
# > DNS over H3
doh3-server = https://example.com/dns-query
Clash (太你妈复杂了! 自行阅读Wiki)
https://github.com/Dreamacro/clash/wiki/Configuration
Stash (Clash类)
https://stash.wiki/features/dns-server
dns:
default-nameserver:
- 223.5.5.5
- 119.29.29.29
# Stash 会使用最先获得的解析记录回复 DNS 请求
nameserver:
# 不建议配置超过 2 个 DNS 服务器,会增加系统功耗
- https://example.com/dns-query
- quic://example.com:784
# 加密 DNS 不跳过证书验证
skip-cert-verify: false
👍23