Skip to content

AlessandroEmm/SNIProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNI Proxy

This Proxy enables transparent proxying of TLS 1.1< connections to endpoints.

Usage sbt "run 8080=file 9090=file2"

Where "file" consists of hostname-mappings in the json format .e.g

{ "www.google.com": "91.21.32.49" } 

If no mapping should take place then the file can point nowhere, and will be ignored.

License

This code is open source software licensed under the Apache 2.0 License.

About

SNI Reverse Proxy based on Akka I/O

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published