Skip to content

Commit

Permalink
Update and rename config.yaml to config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yonggekkk authored Jan 13, 2023
1 parent d06b340 commit 99072f5
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 73 deletions.
112 changes: 112 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
{
"log": {
"access": "/dev/null",
"error": "/dev/null",
"loglevel": "warning"
},
"inbounds": [
{
"port": 10000,
"listen": "127.0.0.1",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "uuid",
"alterId": 0
}
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/uuid-vm"
},
"sniffing": {
"enabled": true,
"destOverride": ["http", "tls", "quic"]
}
}
},
{
"port": 20000,
"listen": "127.0.0.1",
"protocol": "vless",
"settings": {
"clients": [
{
"id": "uuid"
}
],
"decryption": "none"
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/uuid-vl"
},
"sniffing": {
"enabled": true,
"destOverride": ["http", "tls", "quic"]
}
}
},
{
"port": 30000,
"listen": "127.0.0.1",
"protocol": "trojan",
"settings": {
"clients": [
{
"password": "uuid"
}
],
"decryption": "none"
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/uuid-tr"
},
"sniffing": {
"enabled": true,
"destOverride": ["http", "tls", "quic"]
}
}
},
{
"port": 40000,
"listen": "127.0.0.1",
"protocol": "shadowsocks",
"settings": {
"method": "chacha20-ietf-poly1305",
"password": "uuid",
"ivcheck": true
},
"streamSettings": {
"security": "none",
"network": "ws",
"dsSettings": {
"path": "/uuid-ss"
},
"sniffing": {
"enabled": true,
"destOverride": ["http", "tls", "quic"]
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
}
],
"dns": {
"server": [
"8.8.8.8",
"8.8.4.4",
"localhost"
]
}
}
73 changes: 0 additions & 73 deletions config.yaml

This file was deleted.

0 comments on commit 99072f5

Please sign in to comment.