diff --git a/config.json b/config.json new file mode 100644 index 0000000..7e17b81 --- /dev/null +++ b/config.json @@ -0,0 +1,189 @@ +{ + "log":{ + "access":"/dev/null", + "error":"/dev/null", + "loglevel":"none" + }, + "inbounds":[ + { + "port":8080, + "protocol":"vless", + "settings":{ + "clients":[ + { + "id":"de04add9-5c68-8bab-950c-08cd5320df18", + "flow":"xtls-rprx-direct" + } + ], + "decryption":"none", + "fallbacks":[ + { + "dest":3001 + }, + { + "path":"/argo-vless", + "dest":3002 + }, + { + "path":"/argo-vmess", + "dest":3003 + }, + { + "path":"/argo-trojan", + "dest":3004 + }, + { + "path":"/argo-shadowsocks", + "dest":3005 + } + ] + }, + "streamSettings":{ + "network":"tcp" + } + }, + { + "port":3001, + "listen":"127.0.0.1", + "protocol":"vless", + "settings":{ + "clients":[ + { + "id":"de04add9-5c68-8bab-950c-08cd5320df18" + } + ], + "decryption":"none" + }, + "streamSettings":{ + "network":"ws", + "security":"none" + } + }, + { + "port":3002, + "listen":"127.0.0.1", + "protocol":"vless", + "settings":{ + "clients":[ + { + "id":"de04add9-5c68-8bab-950c-08cd5320df18", + "level":0, + "email":"argo@xray" + } + ], + "decryption":"none" + }, + "streamSettings":{ + "network":"ws", + "security":"none", + "wsSettings":{ + "path":"/argo-vless" + } + }, + "sniffing":{ + "enabled":true, + "destOverride":[ + "http", + "tls", + "quic" + ], + "metadataOnly":false + } + }, + { + "port":3003, + "listen":"127.0.0.1", + "protocol":"vmess", + "settings":{ + "clients":[ + { + "id":"de04add9-5c68-8bab-950c-08cd5320df18", + "alterId":0 + } + ] + }, + "streamSettings":{ + "network":"ws", + "wsSettings":{ + "path":"/argo-vmess" + } + }, + "sniffing":{ + "enabled":true, + "destOverride":[ + "http", + "tls", + "quic" + ], + "metadataOnly":false + } + }, + { + "port":3004, + "listen":"127.0.0.1", + "protocol":"trojan", + "settings":{ + "clients":[ + { + "password":"de04add9-5c68-8bab-950c-08cd5320df18" + } + ] + }, + "streamSettings":{ + "network":"ws", + "security":"none", + "wsSettings":{ + "path":"/argo-trojan" + } + }, + "sniffing":{ + "enabled":true, + "destOverride":[ + "http", + "tls", + "quic" + ], + "metadataOnly":false + } + }, + { + "port":3005, + "listen":"127.0.0.1", + "protocol":"shadowsocks", + "settings":{ + "clients":[ + { + "method":"chacha20-ietf-poly1305", + "password":"de04add9-5c68-8bab-950c-08cd5320df18" + } + ], + "decryption":"none" + }, + "streamSettings":{ + "network":"ws", + "wsSettings":{ + "path":"/argo-shadowsocks" + } + }, + "sniffing":{ + "enabled":true, + "destOverride":[ + "http", + "tls", + "quic" + ], + "metadataOnly":false + } + } + ], + "dns":{ + "servers":[ + "https+local://8.8.8.8/dns-query" + ] + }, + "outbounds":[ + { + "protocol":"freedom" + } + ] +}