fix: quiet telegram ipv4 fallback noise

This commit is contained in:
Peter Steinberger
2026-05-02 05:39:23 +01:00
parent 3e02bc2f28
commit e873c1e1f8
6 changed files with 68 additions and 10 deletions

View File

@@ -878,7 +878,7 @@ channels:
proxy: socks5://<user>:<password>@proxy-host:1080
```
- Node 22+ defaults to `autoSelectFamily=true` (except WSL2) and `dnsResultOrder=ipv4first`.
- Node 22+ defaults to `autoSelectFamily=true` (except WSL2). Telegram DNS result order honors `OPENCLAW_TELEGRAM_DNS_RESULT_ORDER`, then `channels.telegram.network.dnsResultOrder`, then the process default such as `NODE_OPTIONS=--dns-result-order=ipv4first`; if none applies, Node 22+ falls back to `ipv4first`.
- If your host is WSL2 or explicitly works better with IPv4-only behavior, force family selection:
```yaml