[fix](admin): handle bracketed IPv6 in domain normalization

- Updated `domain_validator` to strip brackets from IPv6 addresses for proper normalization when `net.SplitHostPort` fails.
- Marked the Admin API integration task in `progress.md` as complete.
This commit is contained in:
dalbodeule
2025-12-02 23:51:12 +09:00
parent 763daf5a56
commit 1eaf9c0238
2 changed files with 7 additions and 7 deletions

View File

@@ -294,7 +294,7 @@ This document tracks implementation progress against the HopGate architecture an
- [x] DTLS transport & handshake skeleton 구현 (server/client).
- [x] Domain ent schema + PostgreSQL 연결 & schema init.
- [x] DomainService 실제 구현 + DomainValidator 구현.
- [ ] Admin API + ent + PostgreSQL 연결 (실제 도메인 등록/해제 동작).
- [x] Admin API + ent + PostgreSQL 연결 (실제 도메인 등록/해제 동작).
### Milestone 2 — Full HTTP Tunneling (프락시 동작 완성)