👋 Welcome to Codespaces! You are on a custom image defined in your devcontainer.json file.
🔍 To explore VS Code to its fullest, search using the Command Palette (Cmd/Ctrl + Shift + P)
📝 Edit away, then run your build command to see your code running in the browser.
@theking12b ➜ /workspaces/g2ray (master) $ bash -lc '/app/startup.sh'
╔═══════════════════════════════════════��════════════════════╗
║ 🚀 G2RAY - XRAY SERVICE INITIALIZED 🚀 ║
╚════════════════════════════════════════════════════════════╝
📋 Configuration:
• Config File: /etc/config.json
🔗 VLESS Connection Details:
• Link: vless://550e8400-e29b-41d4-a716-446655440000@94.130.50.12:443
• Encryption: none
• Security: tls
• Type: xhttp
• Mode: packet-up
• SNI: jhon-doe-443.app.github.dev
✨ Service is running and ready to accept connections...
Xray 26.3.27 (Xray, Penetrates Everything.) d2758a0 (go1.26.1 linux/amd64)
A unified platform for anti-censorship.
2026/05/12 16:51:11.493680 [Info] infra/conf/serial: Reading config: &{Name:/etc/config.json Format:json}
2026/05/12 16:51:11.499986 [Warning] core: Xray 26.3.27 started
{
"inbounds": [
{
"port": 10808,
"protocol": "socks",
"settings": {
"udp": true
},
"tag": "socks-in"
}
],
"outbounds": [
{
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "94.130.50.12",
"port": 443,
"users": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"encryption": "none",
"level": 0
}
]
}
]
},
"streamSettings": {
"network": "xhttp",
"security": "tls",
"tlsSettings": {
"serverName": "jhon-doe-443.app.github.dev",
"allowInsecure": false
},
"xhttpSettings": {
"mode": "packet-up"
}
},
"tag": "proxy"
}
],
"routing": {
"rules": [
{
"type": "field",
"inboundTag": ["socks-in"],
"outboundTag": "proxy"
}
]
}
}
not working after testing
vless://550e8400-e29b-41d4-a716-446655440000@94.130.50.12:443?encryption=none&security=none&type=tcp&headerType=noneor
vless://550e8400-e29b-41d4-a716-446655440000@94.130.50.12:443?encryption=none&security=tls&sni=jhon-doe-443.app.github.dev&insecure=0&allowInsecure=0&type=xhttp&path=%2F&mode=packet-up#G2RAYor
Please Help😭😭