# Show GN: RelayDNS – 도메인 없이 p2p 로 서비스 배포하기

> Clean Markdown view of GeekNews topic #23827. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=23827](https://news.hada.io/topic?id=23827)
- GeekNews Markdown: [https://news.hada.io/topic/23827.md](https://news.hada.io/topic/23827.md)
- Type: show
- Author: [sjc02183](https://news.hada.io/@sjc02183)
- Published: 2025-10-22T11:22:31+09:00
- Updated: 2025-10-22T11:22:31+09:00
- Original source: [github.com/gosuda](https://github.com/gosuda/relaydns)
- Points: 4
- Comments: 1

## Topic Body

[RelayDNS]  
- NAT 뒤의 서비스를 손쉽게 노출할 수 있는 초경량 DNS-Driven P2P Proxy Layer  
- libp2p 기반으로 동작하며, DNS 레코드 → 각 클라이언트의 서비스로 트래픽을 라우팅  
- SSH·API·웹서버 등 임의의 TCP 서비스도 간단히 배포 가능  
- public ip / 도메인이 없는 개인 컴퓨터도 AI Agent로 만든 웹사이트를 빠르게 외부에 공개할 수 있음  
  
[접속방법]  
1. relaydns.gosuda.org 에 접속한다  
2. 맘에 드는 서비스로 들어간다  
  
[데모 채팅방 배포방법]  
1. git clone https://github.com/gosuda/relaydns  
2. make run-chat --name "임의이름"  
  
https://news.hada.io/topic?id=23621  
위 글 보고 슥삭 만들어봤습니다  
해커톤 및 토이프로젝트 서빙용으로 쓸만할지도?  
  
[gosuda 커뮤니티 링크]  
https://gosuda.org/  
https://github.com/gosuda

## Comments



### Comment 45504

- Author: conanoc
- Created: 2025-10-27T10:38:14+09:00
- Points: 1

사이트 설명이 좀 혼란스러워서 어떤 프로그램인지 감을 잡기가 어렵네요.  
relaydns.gosuda.org 에서 p2p 기반으로 다른 client들을 서빙해주는것으로 보이는데, 그럼 RelayDNS 라기 보다는 RelayHTTP 가 적합한 이름이 아닐런지.  
그리고 깃헙 readme에서는 client와 server의 역할에 대한 설명이 좀더 필요할것 같습니다. server를 실행할지 client를 실행할지에 대한 가이드가 필요할것 같구요.
