Skip to content

An asynchronous event-driven sni proxy written in Java.

Notifications You must be signed in to change notification settings

backupsofdou4cc/sni-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

sni-proxy is an asynchronous event-driven sni proxy. It helps you create a sni proxy easily without setting up a mass dependencies. All you need is Java8 environment.

Setup & Run

Listen on all network interfaces:

nohup java -Xmx100m -jar sni-proxy.jar  &>/dev/null &

Or listen on specified ip address:

nohup java -Xmx100m -jar sni-proxy.jar 127.0.0.1  &>/dev/null &

Modify your local hosts file, point www.google.com to your sni proxy ip:

x.x.x.x  www.google.com

Try to open google in your browser!

About

An asynchronous event-driven sni proxy written in Java.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%