Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  } ]
}]

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.