Skip to content
/ proxer Public

Proxy all macOS network requests with domain-based filtering. Basic spoof DPI for direct connections.

Notifications You must be signed in to change notification settings

doroved/proxer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxer

Network request proxy manager with host filtering on macOS + spoofDPI direct connections. Currently works only with IPv4 HTTP(S) proxies.

proxer screenshot

How to use

  1. Clone the repository.
git clone https://github.com/doroved/proxer.git
  1. Rename proxer.example.json5 to proxer.json5 and edit it.
mv proxer.example.json5 proxer.json5
  1. Run cargo build --release to build the binary.
cargo build --release
  1. Run ./target/release/proxer to start Proxer.
./target/release/proxer
  1. Or run it in background process using nohup.
nohup ./target/release/proxer >/dev/null 2>&1 &
  1. Run kill $(pgrep proxer) to stop Proxer.
kill $(pgrep proxer)

Interesting projects

About

Proxy all macOS network requests with domain-based filtering. Basic spoof DPI for direct connections.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages