1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
From: Sara Dickinson <sara@sinodun.com>
Date: Mon, 26 Jun 2023 15:45:28 +0100
Origin: upstream, https://github.com/getdnsapi/stubby/commit/9292e28f60e2377a977a52a69ee0436a19141443
Forwarded: not-needed
Last-Update: 2025-07-03
Subject: Remove 'dnsovertls' servers from man page
Trim server list in man page, including removing servers known to be
unavailable and already removed from the example config.
---
doc/stubby.1.in | 25 -------------------------
3 files changed, 7 insertions(+), 27 deletions(-)
diff --git a/stubby/doc/stubby.1.in b/stubby/doc/stubby.1.in
index ce66ff9..aa7607b 100644
--- a/stubby/doc/stubby.1.in
+++ b/stubby/doc/stubby.1.in
@@ -98,31 +98,6 @@ listen_addresses:
- 0::1
round_robin_upstreams: 1
upstream_recursive_servers:
- - address_data: 145.100.185.15
- tls_auth_name: "dnsovertls.sinodun.com"
- tls_pubkey_pinset:
- - digest: "sha256"
- value: 62lKu9HsDVbyiPenApnc4sfmSYTHOVfFgL3pyB+cBL4=
- - address_data: 145.100.185.16
- tls_auth_name: "dnsovertls1.sinodun.com"
- tls_pubkey_pinset:
- - digest: "sha256"
- value: cE2ecALeE5B+urJhDrJlVFmf38cJLAvqekONvjvpqUA=
- - address_data: 185.49.141.37
- tls_auth_name: "getdnsapi.net"
- tls_pubkey_pinset:
- - digest: "sha256"
- value: foxZRnIh9gZpWnl+zEiKa0EJ2rdCGroMWm02gaxSc9Q=
- - address_data: 2001:610:1:40ba:145:100:185:15
- tls_auth_name: "dnsovertls.sinodun.com"
- tls_pubkey_pinset:
- - digest: "sha256"
- value: 62lKu9HsDVbyiPenApnc4sfmSYTHOVfFgL3pyB+cBL4=
- - address_data: 2001:610:1:40ba:145:100:185:16
- tls_auth_name: "dnsovertls1.sinodun.com"
- tls_pubkey_pinset:
- - digest: "sha256"
- value: cE2ecALeE5B+urJhDrJlVFmf38cJLAvqekONvjvpqUA=
- address_data: 2a04:b900:0:100::38
tls_auth_name: "getdnsapi.net"
tls_pubkey_pinset:
|