Skip to content

Commit d0a3ca9

Browse files
Initial commit
0 parents  commit d0a3ca9

13 files changed

+790
-0
lines changed

.github/FUNDING.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
github: PeterDaveHello
2+
open_collective: peterdavehello
3+
ko_fi: peterdavehello
4+
liberapay: PeterDaveHello
5+
issuehunt: peterdavehello

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
adguardhome/work/
2+
adguardhome/conf/server.crt
3+
adguardhome/conf/server.key

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# dnslow.me
2+
3+
Your advertisement and threat blocking, privacy-first, encrypted DNS.
4+
5+
All DNS requests will be protected with [threat-intelligence feeds](https://github.com/PeterDaveHello/threat-hostlist), Newly Registered Domain feeds, AD-blocking feeds, and then randomly distributed to some other DNS resolvers for enhanced privacy.
6+
7+
Only DoH(DNS over HTTPS), DoT(DNS over TLS), and DoQ(DNS over Quic) protocol are provided, plain-text DNS is not supported here.
8+
9+
Encrypted DNS Endpoints:
10+
11+
- DoH: `https://dnslow.me/dns-query` (port 443).
12+
- DoT: `dnslow.me` (port 853)
13+
- DoQ: `dnslow.me` (port 853)
14+
15+
DNS Stamps(For AdGuard Home, DNSCrypt, and other compatiple applications):
16+
17+
- DoH: `sdns://AgEAAAAAAAAAAAAJZG5zbG93Lm1lCi9kbnMtcXVlcnk`
18+
- DoT: `sdns://AwEAAAAAAAAAAAAJZG5zbG93Lm1l`
19+
- DoQ: `sdns://BAEAAAAAAAAAAAAJZG5zbG93Lm1l`
20+
21+
Privacy policy: Logging is only enabled to debug, and improve the service itself, minimize the false-positive blocking. All logs will only be existing for a very short time. No logs will be shared, sold, or exchanged with any 3rd-party.
22+
23+
Thank you for using dnslow.me.

0 commit comments

Comments
 (0)