luci-app-unblockmusic: fix bug
This commit is contained in:
parent
7f0a18f626
commit
1c9d458ad4
@ -51,7 +51,7 @@ set_hosts(){
|
||||
|
||||
cfg_name="$(uci add dhcp domain)"
|
||||
uci set dhcp."${cfg_name}".name='music.httpdns.c.163.com'
|
||||
uci set dhcp."${cfg_name}".ip="$(127.0.0.1)"
|
||||
uci set dhcp."${cfg_name}".ip="127.0.0.1"
|
||||
uci commit dhcp
|
||||
|
||||
ip route add 223.252.199.10 dev lo
|
||||
|
||||
Loading…
Reference in New Issue
Block a user