feat: add DC9 Snell v4 and v6 inbounds

This commit is contained in:
Codex
2026-09-01 19:26:25 -07:00
parent 7b6dcb8c6d
commit 4ed88a46c5
4 changed files with 48 additions and 0 deletions
@@ -113,6 +113,24 @@
"max_time_difference": "2m"
}
}
},
{
"type": "snell",
"tag": "snell-v4-compatible-in",
"listen": "::",
"listen_port": ${SNELL_V4_PORT},
"version": 5,
"psk": "${SNELL_V4_PSK}",
"obfs_mode": "none"
},
{
"type": "snell",
"tag": "snell-v6-in",
"listen": "::",
"listen_port": ${SNELL_V6_PORT},
"version": 6,
"psk": "${SNELL_V6_PSK}",
"mode": "default"
}
],
"outbounds": [