luci-app-unblockmusic: fix config

This commit is contained in:
CN_SZTL 2019-07-14 04:34:19 +08:00
parent 694fdcfbd7
commit 4a4d079b59
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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'