Advertisement
dereksir

Untitled

Apr 11th, 2024 (edited)
689
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. import httpx
  2.  
  3. # define your proxy settings
  4. proxies = {
  5.     "http://": "http://216.137.184.253:80",
  6.     "https://": "http://216.137.184.253:80"
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement