httpRedirect

Daemon that redirects http GET requests on port 80 to a specified url (https)
git clone https://noulin.net/git/httpRedirect.git
Log | Files | Refs | README

README.md (223B)


      1 # httpRedirect
      2 
      3 Server for redirecting HTTP GET requests on port 80 to https port 443
      4 
      5 - epoll
      6 - daemon
      7 
      8 Usage:
      9 ```
     10 httpRedirect interfaceIp portNumber redirectToUrl
     11 
     12 ./httpRedirect.c 127.0.0.1 8080 https://google.com/
     13 ```