Skip to content

Rubby2001/ProxifierForLinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProxifierForLinux

中文介绍

Introduction

This tool is a tool that uses redsocks and iptables to implement a transparent proxy similar to Proxifier.

Compile

git clone https://github.com/Rubby2001/ProxifierForLinux.git
cd ProxifierForLinux
wails build

Usage

  1. Install redsocks(https://github.com/darkk/redsocks).
  2. Add redsocks group and redsocks user:
groupadd redsocks
useradd -g redsocks redsocks
  1. Run ProxifierForLinux as root.
sudo ./ProxifierForLinux
  1. Add a rule and start proxy.

ScreenShots

image-20241224085624035

image-20241224085647392

image-20241224085716495