luci-app-unblockmusic: fix config
This commit is contained in:
parent
694fdcfbd7
commit
4a4d079b59
@ -13,6 +13,7 @@ enabled.default = 0
|
||||
enabled.rmempty = false
|
||||
|
||||
enabled = s:option(Flag, "strict_mode", translate("启用严格模式"))
|
||||
enabled.description = translate("若将服务部署到公网,强烈建议使用严格模式,此模式下仅放行网易云音乐所属域名的请求")
|
||||
enabled.default = 0
|
||||
enabled.rmempty = false
|
||||
|
||||
|
||||
@ -1,6 +1,9 @@
|
||||
|
||||
config unblockmusic
|
||||
option musicapptype 'default'
|
||||
option port '5200'
|
||||
option enabled '0'
|
||||
|
||||
option port '5200'
|
||||
option enable_proxy '0'
|
||||
option musicapptype 'all'
|
||||
option set_netease_server_ip '0'
|
||||
option netease_server_ip '59.111.181.38'
|
||||
option strict_mode '0'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user