We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use json2vmess.py without any result. what actually should I do?
json2vmess.py
Here's the v2ray client config file:
{ "log": { "loglevel": "warning" }, "inbounds": [{ "port": 1080, "protocol": "socks", "settings": { "udp": true } }, { "port": 8880, "protocol": "http", "allowTransparent": false, "userLevel": 0 } ], "outbounds": [{ "protocol": "vmess", "settings": { "vnext": [{ "address": "xxxx", "port": 18345, "users": [{ "id": "xxxx", "alterId": 0, "security": "aes-128-gcm" }] }] }, "streamSettings": { "network": "ws", "wsSettings": { "path": "/vmess" } } }, { "protocol": "freedom", "tag": "direct" } ], "routing": { "domainStrategy": "IPOnDemand", "rules": [ { "domain": ["ext:iran.dat:ir"], "outboundTag": "direct", "type": "field" }, { "domain": ["regexp:.*\\.ir$"], "outboundTag": "direct", "type": "field" }, { "domain": ["regexp:.*\\.cab$"], "outboundTag": "direct", "type": "field" }, { "domain": ["ext:iran.dat:other"], "outboundTag": "direct", "type": "field" }, { "domain": ["ext:iran.dat:other"], "outboundTag": "direct", "type": "field" } ] } }
The text was updated successfully, but these errors were encountered:
This script does not work
Sorry, something went wrong.
No branches or pull requests
I use
json2vmess.py
without any result. what actually should I do?Here's the v2ray client config file:
The text was updated successfully, but these errors were encountered: