Skip to content

Commit

Permalink
feat(脚本): 添加域名黑名单备注
Browse files Browse the repository at this point in the history
  • Loading branch information
mack-a committed Oct 27, 2022
1 parent aefce26 commit 6a185f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3795,7 +3795,8 @@ ipv6Routing() {
echoContent yellow "3.如内核启动失败请检查域名后重新添加域名"
echoContent yellow "4.不允许有特殊字符,注意逗号的格式"
echoContent yellow "5.每次添加都是重新添加,不会保留上次域名"
echoContent yellow "6.录入示例:google,youtube,facebook\n"
echoContent yellow "6.强烈建议屏蔽国内的网站,下方输入【cn】即可屏蔽"
echoContent yellow "7.录入示例:google,youtube,facebook,cn\n"
read -r -p "请按照上面示例录入域名:" domainList

if [[ -f "${configPath}09_routing.json" ]]; then
Expand Down

0 comments on commit 6a185f3

Please sign in to comment.