SkillAgentSearch skills...

Proxychecker

A Proxychecker that uses ipquery.io to check proxy state.

Install / Use

/learn @ipqwery/Proxychecker
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Proxy Checker Application

A GUI-based application for managing and checking proxy servers, built using the Fyne framework.

Proxy Checker Screenshot

Features

  • Runs on all OS
  • Load proxies from a file.
  • Sort and filter proxies by type, address, latency, and status.
  • Check proxy availability and latency using multiple threads.
  • Save good or bad proxies to separate files.

Prerequisites

  • Go 1.19 or later.
  • Fyne framework installed.

Installation

  1. Clone the repository:
    git clone https://github.com/ipqwery/proxychecker.git
    cd proxychecker
    
  2. Install dependencies:
    go mod tidy
    

Running the Application

  1. Run the application:

    go run .
    
  2. The application will open a graphical user interface for managing proxies.

Usage

  • Load Proxies: Click "Load Proxies" to import a list of proxy addresses from a file.
  • Start Checking: Set the timeout and thread count, then click "Start Checking" to test proxy availability.
  • Stop Checking: Use "Stop Checking" to interrupt the current checking process.
  • Save Proxies: Save good or bad proxies using the "Save Good Proxies" or "Save Bad Proxies" buttons.

File Format

  • Input files should contain one proxy address per line in the format IP:Port.

Notes

  • Adjust thread count and timeout settings for better performance depending on the number of proxies.
  • Ensure a stable internet connection for accurate results.

License

This project is licensed under the MIT License. See LICENSE for details.

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated2d ago
Forks0

Languages

Go

Security Score

95/100

Audited on Mar 29, 2026

No findings