KasRoudra / Local2Internet

Host a website at localhost and make it publicly available all over the internet
70 stars 11 forks source link
expose-localhost local2internet localhost localhost-tunnel localhost2internet port-forwarding

Local2Internet

[+] Description :

Local2Internet is used to expose locally hosted website into all over internet.

[+] Installation

apt install ruby python nodejs php wget curl unzip -y
npm install http-server -g
git clone https://github.com/KasRoudra/Local2Internet
cd Local2Internet
ruby l2in.rb

On linux, try sudo ruby l2in.rb on first run

Or, Use Single Command

apt install wget curl unzip php ruby python nodejs -y && npm install http-server -g && git clone https://github.com/KasRoudra/Local2Internet && cd Local2Internet && chmod +x l2in.rb && ruby l2in.rb

Preview:

Usage:

Features:

[+] Find me on