immortalwrt / homeproxy

The modern ImmortalWrt proxy platform for ARM64/AMD64 (powered by sing-box)
GNU General Public License v2.0
280 stars 87 forks source link

ChinaDNS upstream should support ip#port format #81

Closed fentensoft closed 4 months ago

fentensoft commented 4 months ago

I'm using SmartDNS as the ChinaDNS upstream server, and the target address should be something like 127.0.0.1#6053, but this cannot pass the luci's ip4addr validation.

Code lines: https://github.com/immortalwrt/homeproxy/blob/ee8ee1a67217b88dc44a1b50e939a3727e92f067/htdocs/luci-static/resources/view/homeproxy/client.js#L204C7-L204C82

fentensoft commented 4 months ago

Duplicated with: https://github.com/immortalwrt/homeproxy/issues/75