{"id":19864338,"url":"https://github.com/fckveza/create-proxy","last_synced_at":"2026-03-03T21:01:52.842Z","repository":{"id":158085377,"uuid":"352090222","full_name":"fckveza/create-proxy","owner":"fckveza","description":"HTTP / HTTPS Proxy","archived":false,"fork":false,"pushed_at":"2025-10-07T07:03:55.000Z","size":4167,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-07T09:11:01.267Z","etag":null,"topics":["bot-line","bot-wa","proxy","proxy-https","proxy-server","scrap","scraping","scraping-api"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fckveza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-27T14:14:00.000Z","updated_at":"2025-10-07T07:25:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"20c25e9b-88ca-427a-bc0e-c7d4cfe5cf96","html_url":"https://github.com/fckveza/create-proxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fckveza/create-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fckveza%2Fcreate-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fckveza%2Fcreate-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fckveza%2Fcreate-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fckveza%2Fcreate-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fckveza","download_url":"https://codeload.github.com/fckveza/create-proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fckveza%2Fcreate-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30060631,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot-line","bot-wa","proxy","proxy-https","proxy-server","scrap","scraping","scraping-api"],"created_at":"2024-11-12T15:18:18.954Z","updated_at":"2026-03-03T21:01:52.837Z","avatar_url":"https://github.com/fckveza.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Panduan Setup 3proxy di VPS Ubuntu (SOCKS5 Proxy + UFW)\n\nPanduan ini membantu kamu menginstal dan mengonfigurasi **3proxy** di VPS Ubuntu untuk membuat **SOCKS5 proxy server** yang aman dan mudah digunakan.\n\n---\n\n## ⚙️ 1. Install 3proxy\n```bash\nsudo apt update \u0026\u0026 sudo apt install 3proxy -y\n```\n\n---\n\n## 🧩 2. Edit Konfigurasi\nBuka file konfigurasi:\n```bash\nsudo nano /etc/3proxy/3proxy.cfg\n```\n\nIsi dengan konfigurasi berikut:\n```bash\nauth strong\nusers celengspeed:CL:celengspeed\nallow celengspeed\nsocks -p1080 -a -i0.0.0.0 -e0.0.0.0\n```\n\n---\n\n## 🔁 3. Restart Service\n```bash\nsudo systemctl restart 3proxy\nsudo systemctl status 3proxy\n```\n\n---\n\n## 🔥 4. Buka Firewall (UFW)\n```bash\nsudo ufw allow 1080/tcp\nsudo ufw allow 1080/udp\nsudo ufw reload\nsudo ufw status\n```\n\n---\n\n## 🧪 5. Test Lokal (di VPS)\n```bash\ncurl -x socks5h://celengspeed:celengspeed@127.0.0.1:1080 https://api.ipify.org\n```\n\n---\n\n## 🌐 6. Test Remote (dari PC / server lain)\n```bash\ncurl -x socks5h://celengspeed:celengspeed@IP_VPS:1080 https://api.ipify.org\n```\n\n---\n\n## 📝 7. Catatan\n- Jika port `1080` diblokir ISP / provider, ganti ke port lain misalnya `2080`.\n- Edit konfigurasi di:\n  ```bash\n  sudo nano /etc/3proxy/3proxy.cfg\n  ```\n  Ubah baris:\n  ```bash\n  socks -p2080 -a -i0.0.0.0 -e0.0.0.0\n  ```\n- Buka firewall untuk port baru:\n  ```bash\n  sudo ufw allow 2080/tcp\n  sudo ufw allow 2080/udp\n  ```\n- Lalu restart service:\n  ```bash\n  sudo systemctl restart 3proxy\n  ```\n\n---\n\n## 🧰 Informasi Tambahan\n- 📂 Lokasi konfigurasi: `/etc/3proxy/3proxy.cfg`  \n- 🧠 Default port: `1080`  \n- 🔐 Autentikasi: Username \u0026 Password  \n- 💡 Proxy Type: SOCKS5  \n\n---\n\n### ❤️ P [VEZA](https://github.com/fckveza)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffckveza%2Fcreate-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffckveza%2Fcreate-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffckveza%2Fcreate-proxy/lists"}