Closed binrong closed 6 months ago
Server server = AndServer.proxyServer() .addProxy("www.example1.com:80", "http://192.167.1.11:8080") .addProxy("example2.com:8080", "https://192.167.1.12:9090") .addProxy("55.66.11.11:8081", "http://www.google.com") .timeout(10, TimeUnit.SECONDS) .build();
Server server = AndServer.proxyServer() .addProxy("www.example1.com:80", "http://192.167.1.11:8080") .addProxy("example2.com:8080", "https://192.167.1.12:9090") .addProxy("55.66.11.11:8081", "http://www.google.com") .timeout(10, TimeUnit.SECONDS) .build();