Skip to content

Latest commit

 

History

History
85 lines (60 loc) · 1.55 KB

File metadata and controls

85 lines (60 loc) · 1.55 KB

qsing-box

简体中文

A Windows GUI client for sing-box. It is developed using Qt C++.

Support operating systems

  • Windows 10 x64
  • Windows 11 x64

Features

  • Configuration management.
  • Auto run at boot.
  • Run with administrator rights.
  • Selector outbound.

How to use

  1. Download the installer or compressed package file from Release.
  2. Install or unzip the program.
  3. Import the configuration file.
  4. Start the proxy.

System proxy

Enable set_system_proxy in configuration file.

{
  "inbounds": [
    {
      "type": "http",
      ...
      "set_system_proxy": true
      ...
    }
}

TUN mode

Set up a tun inbound. enable running with administrator privileges in the program settings.

{
  "inbounds": [
    {
      "type": "tun",
      ...
    }
}

How to update sing-box core

Replace sing-box.exe in the installation path. The default installation path is C:\Users\<UserName>\AppData\Local\Programs\sing-box.

Screenshot

Main window

Main window

Running

Running

Tray icon

Tray icon

Settings

Settings