Skip to content

Publish local webserver, game server or you can connect Raspberry Pi. Its supports HTTP,TCP and UDP.

Notifications You must be signed in to change notification settings

ShiftyTR/localtonet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LocalToNet

LocaltoNet is a reverse proxy that enables you to expose your localhost services to the internet. Publish local webserver, game server or you can connect Raspberry Pi. Its supports HTTP,TCP and UDP. And its free.

Install

Open terminal and run following commands

>> sudo apt-get install git
>> git clone https://github.com/engineseller/localtonet
>> cd localtonet
>> chmod 755 ./install.sh
>> ./install.sh -r

Uninstall

Open terminal and run following commands

>> chmod 755 ./uninstall.sh
>> ./uninstall.sh -r

About

Publish local webserver, game server or you can connect Raspberry Pi. Its supports HTTP,TCP and UDP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%