Results 8 comments of yichen

> op开启内网ipv6,转发到设备的内网ipv6就行,没必要非得6转4 我测试了一下,我用24.10.1官方原版,还是只能转发ipv4到ipv4, ipv6到ipv6,然而并不能支持ipv6转到ipv4。 并不是所有应用都支持ipv6,所以ipv6转发ipv4还是存在必要性的。

> 使用场景应该是,局域网内的设备服务基本都是v4地址,比如openwrt就分配不到v6地址吧? 局域网里,openwrt给其他设备分配个ipv6的私有地址还是支持的,老版本不知道咋样,至少24.10.1默认就支持这样。 如果你不嫌麻烦,手动点几下配成中继模式,局域网设备甚至都可以分配到一个公网ipv6地址,现在运营商一般不限制这。

The last version recognized it, now the latest version doesn't. And I found that what is written on the documentation here doesn't match, I don't know if the author forgot...

@rafaol I know why, need to switch version to pre-release (e.g.1.1.26) and it will be recognized.

@jcqttran It is recommended to use yaml format configuration file, before the old version I also json is ok, but after the new version json is not correct.

@drw2005 你是不是改了 luci 的默认 80 端口啊? 如果是改过的话,确实是会出现的这样的情况,这其实是作者的一处疏忽: 在 `config.js` 里面原来这样写的: `html += String.format(' %s', window.location.origin, listen_port, _('Open Web Interface'));` 但是如果改了 luci 默认的端口,那么这样拼接出来 url 就是非法地址,浏览器就无法显示而显示为一个 `about:blank#blocked` 的空白页面提示。 可以自行修改一下就能解决,这原来这行改为下面三行: ``` const baseUrl =...

> 感谢大佬指点,确实显示的是一个`about:blank#blocked` 的空白页面。 另外,请问config.js路径?我修改一下试试。 在 `/www/luci-static/resources/view/ddns-go/config.js`,修改之后可能需要 **清除一下浏览器的缓存** 才能实际生效,切记、切记。

> 我用的是Immortalwrt-24.10,上述路径里没有ddns-go目录,只有这个: > /www/luci-static/resources/view/ddns-go.js,一样不?内容: 改法一样啊,方法不都告诉你了吗