Add time service domains and connectivity checks to skip lists in pontifex.yaml

This commit is contained in:
2026-02-17 20:25:19 +03:00
parent 05de68b711
commit 1e5e9c45b2

View File

@@ -85,10 +85,17 @@ sniffer:
ports: [443, 8443] ports: [443, 8443]
# force-domain: # force-domain:
skip-domain: skip-domain:
# ————————————————— self-hosted/local domains ————————————————
- '+.dts' - '+.dts'
- '+.webway.dts' - '+.webway.dts'
- '+.netbird.selfhosted' - '+.netbird.selfhosted'
- '+.shamanlanding.org' - '+.shamanlanding.org'
# ———————————————————— time services (ntp) ———————————————————
- "+.ntp.org"
- "+.time.apple.com"
- "+.time.nist.gov"
- "+.time.windows.com"
- "+.time.google.com"
# skip-src-address: # skip-src-address:
# skip-dst-address: # skip-dst-address:
# - 192.168.0.0/16 # - 192.168.0.0/16
@@ -139,8 +146,26 @@ dns:
fake-ip-range: 198.18.0.1/16 fake-ip-range: 198.18.0.1/16
fake-ip-filter-mode: blacklist fake-ip-filter-mode: blacklist
fake-ip-filter: fake-ip-filter:
# ———————————————————— self-hosted domains ——————————————————— # ———————————————————— time services (ntp) ———————————————————
- '*.lan' - "+.ntp.org"
- "+.time.apple.com"
- "+.time.nist.gov"
- "+.time.windows.com"
- "+.time.google.com"
# ———————————————————— connectivity checks ———————————————————
- "dns.msftncsi.com"
- "msftncsi.com"
- "msftconnecttest.com"
- "connectivitycheck.gstatic.com"
- "connectivitycheck.android.com"
- "captive.apple.com"
- "+.hotspot.msn.com"
# ————————————————————— smart home / iot —————————————————————
- "Mijia Cloud"
- "+.mi.com"
- "+.mi-img.com"
# ————————————————— self-hosted/local domains ————————————————
- '+.lan'
- '+.dts' - '+.dts'
- '+.webway.dts' - '+.webway.dts'
- '+.netbird.selfhosted' - '+.netbird.selfhosted'