Skip to content

A simple SSL/TLS proxy using libevent.

License

Notifications You must be signed in to change notification settings

liufang/apns-proxy

 
 

Repository files navigation

apns-proxy

A apple apns proxy using libevent.

This is a fork of le-proxy.c from libevent.

Build

libevent and OpenSSL are required. On Ubuntu, you can install them using the code below:

sudo apt-get install libevent-dev libssl-dev

Then just type make to build.

Usage

./apns-proxy -cert xx.pem -key xx.pem 0.0.0.0:8443 17.188.129.31:2195

About

A simple SSL/TLS proxy using libevent.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.6%
  • PHP 4.1%
  • Makefile 0.3%