Advertisement
dereksir

Untitled

Mar 19th, 2024 (edited)
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. public class Main {
  2.     public static void main(String[] args) {
  3.         // define proxy settings
  4.         String PROXY_HOST = "129.80.134.71";
  5.         int PROXY_PORT = 3128;
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement