Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions by-uwu_net/subscription-templates/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"log": {
"loglevel": "info"
},
"inbounds": [
{
"tag": "VLESS HTTPUPGRADE TLS",
"port": "443",
"listen": "::",
"protocol": "vless",
"settings": {
"clients": [],
"decryption": "none"
},
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls",
"quic"
]
},
"streamSettings": {
"network": "httpupgrade",
"security": "tls",
"tlsSettings": {
"minVersion": "1.2",
"serverName": "#ВАШ-ДОМЕН-ОТ-SSL-СЕРТ",
"certificates": [
{
"keyFile": "#ПУТЬ-К-СЕРТИФИКАТУ-.key-И-В-ДОКЕРКОМПОС-УКАЗАЛИ-ПУТЬ",
"ocspStapling": 3600,
"certificateFile": "#ПУТЬ-К-СЕРТИФИКАТУ-.crt-И-В-ДОКЕРКОМПОС-УКАЗАЛИ-ПУТЬ"
}
],
"cipherSuites": "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256:TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256:TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384:TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384:TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256:TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
},
"httpupgradeSettings": {
"host": "#ВАШ-ДОМЕН-ДЛЯ-httpupgrade",
"path": "/api/sub/#К-ПРИМЕРУ"
}
}
}
],
"outbounds": [
{
"tag": "DIRECT",
"protocol": "freedom"
},
{
"tag": "BLOCK",
"protocol": "blackhole"
}
],
"routing": {
"rules": []
}
}
8 changes: 7 additions & 1 deletion xray-core-templates-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
"author": "kastov",
"type": "XRAY_JSON",
"url": "https://raw.githubusercontent.com/remnawave/templates/refs/heads/main/by-kastov/xray-core/example-trojan-ws-tls.json"
},
{
"name": "Example VLESS-HTTPUPGRADE-TLS config",
"author": "UwU Net",
"type": "XRAY_JSON",
"url": "https://raw.githubusercontent.com/remnawave/templates/refs/heads/main/by-uwu_net/subscription-templates/config.json"
}
]
}
}