fix: 默认禁用 IPv6 bind 避免冲突 + chattr -i

This commit is contained in:
2026-04-17 06:30:56 +00:00
parent fd9cb824b9
commit bbc07051b6

View File

@@ -509,7 +509,7 @@ install_smartdns() {
[[ -f "$SMARTDNS_CONF" ]] || cat > "$SMARTDNS_CONF" <<'EOF' [[ -f "$SMARTDNS_CONF" ]] || cat > "$SMARTDNS_CONF" <<'EOF'
# smartdns.conf - stream-unlock managed # smartdns.conf - stream-unlock managed
bind :53 bind :53
bind [::]:53 # bind [::]:53 # 按需启用, 部分系统 IPv6 bind 会冲突
# 上游 # 上游
server 1.1.1.1 server 1.1.1.1