Files
Charon/frontend
GitHub Actions 7fa07328c5 feat: implement DNS provider detection and related components
- Add `detectDNSProvider` and `getDetectionPatterns` functions in `dnsDetection.ts` for API interaction.
- Create `DNSDetectionResult` component to display detection results and suggested providers.
- Integrate DNS detection in `ProxyHostForm` with automatic detection for wildcard domains.
- Implement hooks for DNS detection: `useDetectDNSProvider`, `useCachedDetectionResult`, and `useDetectionPatterns`.
- Add tests for DNS detection functionality and components.
- Update translations for DNS detection messages.
2026-01-04 20:04:22 +00:00
..
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00
2026-01-03 03:19:01 +00:00
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00
2026-01-02 01:01:54 +00:00

Frontend (Vite + React)

Development

cd frontend
npm install
npm run dev

Production build

cd frontend
npm run build