feat: add DC9 Snell v4 and v6 inbounds
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user