4 changes: 3 additions & 1 deletion4applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js Original file line numberDiff line numberDiff line change Expand Up@@ -751,7 +751,9 @@ return view.extend({ o=s.taboption('basic',form.Value,'password', ...
目前V2ray 等相关节点在开启分流后,不能使用socks5全局的password,会导致分流失败,此PR已修复。原打算将奈飞分流使用的dns可以认证(dns2socks支持身份认证),但因mosdns不支持,没办法只能改为全部不需认证。感谢TG群友“H”的贡献。
Password successfully changed message, but password is not changed and after reboot: No password set! yellow box returns. Can't test on newer OpenWrt because doesn't work at all (no IP access after flash). -- Ticket URL: <https://dev.openwrt.org/ticket/15155#comment:4> OpenWrt <http...
config BUSYBOX_CONFIG_USE_BB_CRYPT_SHA }}} If I enable BUSYBOX_CONFIG_USE_BB_CRYPT and BUSYBOX_CONFIG_USE_BB_CRYPT_SHA would that solve it as well? -- Ticket URL: <https://dev.openwrt.org/ticket/21733#comment:6> OpenWrt <http://openwrt.org> Opensource Wireless Router Technology _...
…in page This note is also not displayed in the theme luci-theme-boostrap. Also, for security reasons, we should not explicitly point this out on the login page, that no password is set. Signed-off-by: Florian Eckert <fe@dev.tdt.de> ...
When I copy-paste your password into LuCI I get the following results: root@OpenWrt:~# cat /etc/config/wireless config wifi-device 'radio0' option type 'mac80211' option hwmode '11g' option path 'platform/ar933x_wmac' option htmode 'HT20' option disabled '0' option channel '1' ...
When I try to log in with curl https://<hostname>/cgi-bin/luci/rpc/auth --data '{ "id":1, "method":"login", "params" : [null,null] }' I get {"id":1,"result":"a3aa53c842f6ec306e1480a4c7cef5b1","error":null} The token don't let me do comma...