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

同IP,不同端口的代理可以这样设置吗 #540

Open
binrong opened this issue May 22, 2024 · 0 comments
Open

同IP,不同端口的代理可以这样设置吗 #540

binrong opened this issue May 22, 2024 · 0 comments

Comments

@binrong
Copy link

binrong commented May 22, 2024

Server server = AndServer.proxyServer()
.addProxy("www.example1.com:80", "http://192.167.1.11:8080")
.addProxy("www.example1.com:8080", "https://192.167.1.12:9090")
.addProxy("www.example1.com:8081", "http://www.google.com")
.timeout(10, TimeUnit.SECONDS)
.build();

如上同IP,不同端口可以这样设置吗,如果不能要怎么配置呢

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

1 participant