💾 Archived View for gmi.noulin.net › gitRepositories › httpRedirect › file › README.md.gmi captured on 2024-07-09 at 02:19:57. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

httpRedirect

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 ```