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

outbounds里面的。。。需要修改吗 #9

Open
Angel0726 opened this issue Feb 5, 2024 · 1 comment
Open

outbounds里面的。。。需要修改吗 #9

Angel0726 opened this issue Feb 5, 2024 · 1 comment

Comments

@Angel0726
Copy link

image

@dnomd343
Copy link
Owner

需要的,这个省略号表示需要自行填入相关配置,这里的 proxy4 ,意味着填入Xray的IPv4出站代理配置,IPv6同理。

例如,以下配置将IPv4代理流量转发到 192.168.2.4:1080 的socks5服务上,更多的代理协议可以参考配置文档

···
    {
      "tag": "proxy4",
      "protocol": "socks",
      "settings": {
        "servers": [
          {
            "address": "192.168.2.4",
            "port": 1080
          }
        ]
      }
    },
···

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