Skip to content
New issue

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

如何使用socks5 #33471

Open
reboot523 opened this issue Dec 3, 2024 · 2 comments
Open

如何使用socks5 #33471

reboot523 opened this issue Dec 3, 2024 · 2 comments

Comments

@reboot523
Copy link

使用json吗,谁给我个范本,感谢啦

@hedsbj
Copy link

hedsbj commented Dec 3, 2024

vless gRPC 的

{
"outbounds": [
{
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "xx.xx.xx.xx",
"port": xxxxx,
"users": [
{
"id": "xxxxxxxxxxxxxxx",
"encryption": "none"
}
]
}
]
},
"streamSettings": {
"network": "grpc",
"grpcSettings": {
"serviceName": "xxxxxxxx",
"multiMode": false,
"idle_timeout": 60,
"health_check_timeout": 20
},
"security": "tls",
"tlsSettings": {
"serverName": "xxx.xx.xxx",
"fingerprint": "chrome"
}
},
"tag": "proxy"
},
{
"protocol": "freedom",
"tag": "direct"
}
]
}

@reboot523
Copy link
Author

reboot523 commented Dec 4, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants