aboutsummaryrefslogtreecommitdiff
path: root/template/v2ray-config.json.template
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-11-11 01:12:29 +0800
committerYuqian Yang <crupest@crupest.life>2024-12-22 17:45:13 +0800
commitb834953fa61d816b9a955640ad12d244316ce904 (patch)
tree4197980a04943b42941d3fce7cb16d1f7ea400bd /template/v2ray-config.json.template
parent7e85627eb0d0126baf1e698ffdeae0f3c5fc693d (diff)
downloadcrupest-b834953fa61d816b9a955640ad12d244316ce904.tar.gz
crupest-b834953fa61d816b9a955640ad12d244316ce904.tar.bz2
crupest-b834953fa61d816b9a955640ad12d244316ce904.zip
HALF WORK: 2024.12.22
code.
Diffstat (limited to 'template/v2ray-config.json.template')
-rw-r--r--template/v2ray-config.json.template29
1 files changed, 0 insertions, 29 deletions
diff --git a/template/v2ray-config.json.template b/template/v2ray-config.json.template
deleted file mode 100644
index 33d3f16..0000000
--- a/template/v2ray-config.json.template
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "inbounds": [
- {
- "port": 10000,
- "listen": "0.0.0.0",
- "protocol": "vmess",
- "settings": {
- "clients": [
- {
- "id": "$CRUPEST_V2RAY_TOKEN",
- "alterId": 0
- }
- ]
- },
- "streamSettings": {
- "network": "ws",
- "wsSettings": {
- "path": "/_$CRUPEST_V2RAY_PATH"
- }
- }
- }
- ],
- "outbounds": [
- {
- "protocol": "freedom",
- "settings": {}
- }
- ]
-} \ No newline at end of file