KasRoudra / Local2Internet

Host a website at localhost and make it publicly available all over the internet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • Enter the directory where website files are available.
  • Choose a hosting protocol.
  • Enter a port.
  • Use the generated link(s)!

Features:

  • Triple Tunneling
  • Triple hosting protocol
  • Custom directory
  • Custom port

[+] Find me on

About

Host a website at localhost and make it publicly available all over the internet


Languages

Language:Ruby 100.0%