update readme
Kim committed
Oct 22, 2025 at 11:07 UTC
1be5ba844e31ddae0c7bf7fc19c9234dd084f24c
1 file changed
+6
-8
README.md
+6
-8
@@ -6,16 +6,14 @@ It lets you expose and discover TCP services (like SSH, API endpoints, etc.) eve
6
without depending on centralized reverse-proxy services.
7
8
## Why RelayDNS?
9
-Traditional DNS and hosting rely on centralized servers and public IPs.
10
-RelayDNS removes that dependency — making connections open, direct, and owned by the users themselves.
9
+Traditional DNS and hosting rely on centralized servers and public IPs. DNSPortal closes that gap — serving as a lightweight bridge for peer discovery and connection.
10
12
-This means:
13
-- No middlemen or fixed infrastructure.
14
-- Anyone can share or host freely.
15
-- Discovery remains open, but communication stays truly peer-to-peer.
11
+Think of it as the DNS layer for the peer-to-peer world:
12
+- It keeps discovery simple and human-readable (via DNS entries).
13
+- It connects peers that can’t directly see each other, acting as a neutral relay.
14
+- It gradually fades out once peers establish direct connectivity.
15
17
-In a decentralized world, RelayDNS turns DNS from a naming system for servers into a discovery network for people —
18
-keeping coordination simple, while ownership and control stay entirely in your hands.
16
+It provides a clear, DNS-driven entrypoint to your peer network — letting decentralized services stay reachable without depending on fixed infrastructure or centralized gateways.
17
18
## Features
19