We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.46.054
Official OpenWrt
OpenWrt 21.02-SNAPSHOT r15812+1076-46b6ee7ffc
Linux-arm64
当openwrt中的 lan 地址扩展为多网段时,如 10.105.1.1/24 10.105.2.1/24
此时openclash 获取的本地地址会变成 10.105.1.110.105.2.1 造成解析异常
openwrt 网络-接口-lan编辑-扩展多网段
openclash 获取本地ip异常
内核日志提示unsupported address
2024-11-27 10:43:15 level=warning msg="[TCP] dial 🐟 漏网之鱼 (match Match/) wanip xxxx:42574 --> 10.105.1.110.105.2.1:9090 error: unsupported address" 2024-11-27 10:43:15 level=warning msg="[TCP] dial 🐟 漏网之鱼 (match Match/) wanip xxxx:42574 --> 10.105.1.110.105.2.1:9090 error: unsupported address" 2024-11-27 10:43:14 level=warning msg="[TCP] dial 🐟 漏网之鱼 (match Match/) wanip xxxx:42574 --> 10.105.1.110.105.2.1:9090 error: unsupported address" 2024-11-27 10:43:14 level=warning msg="[TCP] dial 🐟 漏网之鱼 (match Match/) wanip xxxx:42574 --> 10.105.1.110.105.2.1:9090 error: unsupported address" 2024-11-27 10:43:14 level=warning msg="[TCP] dial 🐟 漏网之鱼 (match Match/) wanip xxxx:42574 --> 10.105.1.110.105.2.1:9090 error: unsupported address" 2024-11-27 10:43:14 level=warning msg="[TCP] dial 🐟 漏网之鱼 (match Match/) wanip xxxx:42574 --> 10.105.1.110.105.2.1:9090 error: unsupported address" 2024-11-27 10:43:14 level=warning msg="[TCP] dial 🐟 漏网之鱼 (match Match/) wanip xxxx:42574 --> 10.105.1.110.105.2.1:9090 error: unsupported address" 2024-11-27 10:43:14 level=warning msg="[TCP] dial 🐟 漏网之鱼 (match Match/) wanip xxxx:42574 --> 10.105.1.110.105.2.1:9090 error: unsupported address" 2024-11-27 10:43:14 level=warning msg="[TCP] dial 🐟 漏网之鱼 (match Match/) wanip xxxx:42574 --> 10.105.1.110.105.2.1:9090 error: unsupported address" 2024-11-27 10:43:14 level=warning msg="[TCP] dial 🐟 漏网之鱼 (match Match/) wanip xxxx:42574 --> 10.105.1.110.105.2.1:9090 error: unsupported address"
No response
仅获取第一个网段,因为op的lan这样设置后,局域网设备都是默认只获取第一个网段的dhcp,即10.105.1.x
会自动忽略 10.105.2.x
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Verify Steps
OpenClash Version
0.46.054
Bug on Environment
Official OpenWrt
OpenWrt Version
OpenWrt 21.02-SNAPSHOT r15812+1076-46b6ee7ffc
Bug on Platform
Linux-arm64
Describe the Bug
当openwrt中的 lan 地址扩展为多网段时,如
10.105.1.1/24
10.105.2.1/24
此时openclash 获取的本地地址会变成 10.105.1.110.105.2.1 造成解析异常
To Reproduce
openwrt 网络-接口-lan编辑-扩展多网段
openclash 获取本地ip异常
内核日志提示unsupported address
OpenClash Log
OpenClash Config
No response
Expected Behavior
仅获取第一个网段,因为op的lan这样设置后,局域网设备都是默认只获取第一个网段的dhcp,即10.105.1.x
会自动忽略 10.105.2.x
Additional Context
No response
The text was updated successfully, but these errors were encountered: