This commit is contained in:
itdoginfo
2024-10-13 14:05:01 +03:00
parent 9294b8a16f
commit 17172dbc54

View File

@@ -438,7 +438,8 @@ sing_box_config_vless() {
port=$(echo "$STRING" | cut -d'@' -f2 | cut -d':' -f2 | cut -d'?' -f1)
if [[ "$port" == */* ]]; then
port=$(echo "$port" | cut -d'/' -f1)
fi type=$(get_param "type")
fi
type=$(get_param "type")
flow=$(get_param "flow")
sni=$(get_param "sni")
fp=$(get_param "fp")