Skip to content

Commit 8cd4114

Browse files
authored
Update 99-custom.sh
1 parent 264d571 commit 8cd4114

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

files/etc/uci-defaults/99-custom.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ echo "Starting 99-custom.sh at $(date)" >> $LOGFILE
77
uci set firewall.@zone[1].input='ACCEPT'
88

99
# 设置主机名映射,解决安卓原生 TV 无法联网的问题
10-
uci add dhcp domain
11-
uci set "dhcp.@domain[-1].name=time.android.com"
12-
uci set "dhcp.@domain[-1].ip=203.107.6.88"
10+
# uci add dhcp domain
11+
# uci set "dhcp.@domain[-1].name=time.android.com"
12+
# uci set "dhcp.@domain[-1].ip=203.107.6.88"
1313

1414
# 检查配置文件pppoe-settings是否存在 该文件由build.sh动态生成
1515
SETTINGS_FILE="/etc/config/pppoe-settings"

0 commit comments

Comments
 (0)