Simple proxy rotator with auto detection (http, https, socks4, socks5)
npm install raproxy---
---
sh
npm i raproxy
`---
🚀 Penggunaan
`js
import { GetProxy } from "raproxy";const { proxy, agent } = GetProxy();
console.log("Proxy dipakai:", proxy);
``