API Documentation - tuongpham1606/eager-proxy-docs GitHub Wiki

API version 1.5 (Bổ sung thêm các API)

1. Lấy public IP của từng proxy

  • URL: [host]:[port]/proxy/public_ip?proxy=[proxy ip:port]
  • Method: GET

API version 1.2 (Bổ sung thêm các API)

1. Lấy danh sách dcom

  • URL: [host]:[port]/api/v1/dongles/all
  • Method: GET

2. Thay đổi ip theo port

3. Thay đổi ip theo theo proxy

4. Thay đổi ip của tất cả dcom

5. Kiểm tra trạng thái dcom

API version 1.0

1. Lấy danh sách dcom

  • URL: [host]:[port]/api/v1/dongles/all
  • Method: GET

2. Thay đổi ip theo theo dcom id

3. Reboot dcom

  • URL: [host]:[port]/api/v1/dongles/{dongle id}/reboot
  • Method: GET | POST