Giter VIP home page Giter VIP logo

proxy-builder-2's Introduction

Proxy Builder 2.0

Requirements:

  • ✅ IntelliJ IDEA
  • ✅ JDK 18
  • ✅ Kotlin 1.8.0
  • ✅ Internet Connection
  • ✅ MariaDB (or another SQL alternative)
  • ✅ 100MB Storage

New features currently include:

  • Location data
    • Country
    • Continent
    • (Etc...)
  • Provider data
    • ISP/Hosting provider
  • Connection endpoint information
    • (How many times it had connceted to XYZ endpoint)
    • Ping
    • Uptime
  • Merged proxies
    • Combining SOCKS4, SOCKS5, HTTP & HTTPS together along with the ports that match the protocol

View Types Available:

  • Classic
    • Current view (http, https, socks4, socks5) as ip:port in an array
  • Basic
    • Mapped data (ip -> "0.0.0.0", port -> 12345, ping -> 120) etc...
  • Advanced
    • Mapped data, same format as basic but includes Location data + Provider Data etc...
[{
  "ip" : "1.10.141.220",
  "port" : 54620,
  "ping" : 739,
  "protocols" : [ {
    "type" : "https",
    "port" : 54620
  }, {
    "type" : "http",
    "port" : 54620
  }, {
    "type" : "socks4",
    "port" : 37718
  } ]
}]

proxy-builder-2's People

Contributors

jetkai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

ken2190 arssn

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.