Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/get-unknown-err0r/expose-localhost
This Bash script allows you to expose a local or remote web server to the internet.
https://github.com/get-unknown-err0r/expose-localhost
arpit-prajapati expose-to-internet get-unknown-err0r github localhost port-numbers shell-language
Last synced: about 2 months ago
JSON representation
This Bash script allows you to expose a local or remote web server to the internet.
- Host: GitHub
- URL: https://github.com/get-unknown-err0r/expose-localhost
- Owner: GET-UNKNOWN-ERR0R
- License: mit
- Created: 2024-07-16T09:46:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T21:18:17.000Z (6 months ago)
- Last Synced: 2024-07-17T12:39:20.080Z (6 months ago)
- Topics: arpit-prajapati, expose-to-internet, get-unknown-err0r, github, localhost, port-numbers, shell-language
- Language: Shell
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Expose Local or Remote Server
This repository contains a simple program that will expose your localhost server to the INTERNET. Additionally, it includes a script to start a shell server for serving the files locally.
![Screenshot of the Project](expose_img.jpeg)
# Expose Local or Remote Server by tunneling
This Bash script allows you to expose a local or remote web server to the internet. The script prompts you to input a URL and then sets up a tunnel to make the server accessible publicly.
## Prerequisites
- Bash>>: Ensure you have a Bash shell available.
- SSH>>: The script uses SSH to connect.
- Install>>:sudo apt install openssh-server## How to Use
1. Clone the repository:
```sh
git clone https://github.com/GET-UNKNOWN-ERR0R/Expose-Localhost.git
```
```sh
cd Expose-Localhost
```2. Make the script executable:
```sh
chmod +x xpose.sh
```3. Run the script:
```sh
./xpose.sh
```
## Notes- **Security Consideration**: Exposing a server to the internet can be a security risk. Ensure your server is secure and only expose it when necessary.
- **Availability**: The script relies on tunneling , which may be unavailable at times. Consider alternatives like other tunneling platform,if it does not meet your needs.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.