We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264d571 commit 8cd4114Copy full SHA for 8cd4114
files/etc/uci-defaults/99-custom.sh
@@ -7,9 +7,9 @@ echo "Starting 99-custom.sh at $(date)" >> $LOGFILE
7
uci set firewall.@zone[1].input='ACCEPT'
8
9
# 设置主机名映射,解决安卓原生 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"
+# uci add dhcp domain
+# uci set "dhcp.@domain[-1].name=time.android.com"
+# uci set "dhcp.@domain[-1].ip=203.107.6.88"
13
14
# 检查配置文件pppoe-settings是否存在 该文件由build.sh动态生成
15
SETTINGS_FILE="/etc/config/pppoe-settings"
0 commit comments