docs: format README and update project setup

- Add spacing to README for better readability - Remove deprecated version from docker-compose.yml - Update Go version from 1.25.0 to 1.25.3 for latest patches

lemon-mint committed Oct 23, 2025 at 15:16 UTC 7ddf9845edcb12987037efc16cbe424212b74773
3 files changed +3 -3
README.md
+2
@@ -1,4 +1,5 @@
1 # RelayDNS
2 +
3 > A lightweight, DNS-driven peer-to-peer proxy layer built on libp2p.
4
5 `relaydns` provides a minimal DNS-entry proxy that routes traffic between arbitrary nodes over **libp2p**.
@@ -6,6 +7,7 @@ It lets you expose and discover TCP services (like SSH, API endpoints, etc.) eve
7 without depending on centralized reverse-proxy services.
8
9 ## Why RelayDNS?
10 +
11 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.
12
13 Think of it as the DNS layer for the peer-to-peer world:
docker-compose.yml
-2
@@ -1,5 +1,3 @@
1 -version: "3.9"
2 -
1 services:
2 relayserver:
3 build:
go.mod
+1 -1
@@ -1,6 +1,6 @@
1 module github.com/gosuda/relaydns
2
3 -go 1.25.0
3 +go 1.25.3
4
5 require (
6 github.com/cockroachdb/crlib v0.0.0-20251001180057-2a49e1873587