2 Commits

Author SHA1 Message Date
Hermes-1 467ab7edf1 fix: default to udp://1.1.1.1 DNS (DoT fails silently, breaks all proxy connections) 2026-07-19 01:22:08 +03:00
Hermes-1 ed52257dbe refactor: split monolith into typed modules with retry logic
- models.py: ProxyInfo and DNSServerConfig dataclasses with type hints
- fetcher.py: subscription fetcher with exponential backoff retries (3 attempts) plus VLESS URL parser
- config_builder.py: sing-box config builder decomposed into focused helpers
- main.py: orchestrator with setup_logging(), print_banner(), pick_node()
2026-07-09 08:14:23 +00:00