feat: implement MC domain filter proxy, API, dashboard
- proxy: asyncio TCP proxy with handshake parser, domain whitelist, transparent backend tunneling, SQLite logging, mtime hot reload - api: FastAPI routes for config/domains/logs/status + restart trigger - frontend: React + Vite NPM-style dashboard (dashboard/domains/logs/settings) - nginx: reverse proxy for /api -> api:8000 and / -> frontend:3000 - docker-compose: full stack with shared data volume - replace spec mc-domain-filter.md with README.md
This commit is contained in:
1
proxy/requirements.txt
Normal file
1
proxy/requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
# 프록시는 stdlib (asyncio, sqlite3, json) 만 사용한다.
|
||||
Reference in New Issue
Block a user