This commit is contained in:
CodeRoK7
2025-10-01 19:39:03 +00:00
parent d12678e48b
commit 4e6ff78794

View File

@@ -260,6 +260,7 @@ check_request() {
;;
3)
content=$(echo $response_body | jq -r '.content')
content=$(echo $content | jq -r '.configBase64')
warp_config=$(echo "$content" | base64 -d)
echo "$warp_config"
;;