mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-01-31 14:50:58 +03:00
Fix
This commit is contained in:
@@ -438,7 +438,8 @@ sing_box_config_vless() {
|
|||||||
port=$(echo "$STRING" | cut -d'@' -f2 | cut -d':' -f2 | cut -d'?' -f1)
|
port=$(echo "$STRING" | cut -d'@' -f2 | cut -d':' -f2 | cut -d'?' -f1)
|
||||||
if [[ "$port" == */* ]]; then
|
if [[ "$port" == */* ]]; then
|
||||||
port=$(echo "$port" | cut -d'/' -f1)
|
port=$(echo "$port" | cut -d'/' -f1)
|
||||||
fi type=$(get_param "type")
|
fi
|
||||||
|
type=$(get_param "type")
|
||||||
flow=$(get_param "flow")
|
flow=$(get_param "flow")
|
||||||
sni=$(get_param "sni")
|
sni=$(get_param "sni")
|
||||||
fp=$(get_param "fp")
|
fp=$(get_param "fp")
|
||||||
|
|||||||
Reference in New Issue
Block a user