Skip to content

Commit

Permalink
Update new cert
Browse files Browse the repository at this point in the history
Now we support `https://[2a09::]/dns-query` and `https://[2a11::]/dns-query`
  • Loading branch information
Showfom committed Jul 18, 2024
1 parent a0305ff commit ab4de78
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 deletions.
24 changes: 23 additions & 1 deletion src/pages/doh/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,36 @@ or
https://doh.sb/dns-query
```

or

```
https://dns.sb/dns-query
```

DNS.SB also supports pure IP DNS over HTTPS:

IPv4:

```
https://185.222.222.222/dns-query
```

or

```
https://45.11.45.11/dns-query
```

IPv6:

```
https://185.222.222.222/dns-query
https://[2a09::]/dns-query
```

or

```
https://[2a11::]/dns-query
```

### Unicast PoPs
Expand Down
7 changes: 2 additions & 5 deletions src/pages/dot/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ dot.sb
2a11::
```

<Callout type="warning">
When using IPv6 address, you must use specific hostname `dot.sb`
</Callout>

### IPv6 with Full Address

```
Expand All @@ -66,8 +62,9 @@ When using IPv6 address, you must use specific hostname `dot.sb`
### SPKI Pin

```
0Ot+uUBCfWZkE2GFQQcIpR9GmuhWioGEl+K11FhNmHk=
amEjS6OJ74LvhMNJBxN3HXxOMSWAriaFoyMQn/Nb5FU=
```

You can generate and verify SPKI PIN with the following command:

```bash
Expand Down
2 changes: 1 addition & 1 deletion src/pages/dot/linux.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Here's an example config:

```bash filename="/etc/systemd/resolved.conf"
[Resolve]
DNS=185.222.222.222 45.11.45.11 2a09::#dot.sb 2a11::#dot.sb
DNS=185.222.222.222 45.11.45.11 2a09:: 2a11::
DNSOverTLS=yes
DNSSEC=yes
```
Expand Down

0 comments on commit ab4de78

Please sign in to comment.