mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-06 03:26:51 +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)
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user