https://github.com/eiberham/proxy-reverse
Proxy reverse
https://github.com/eiberham/proxy-reverse
man-in-the-middle proxy reverse-proxy
Last synced: 4 months ago
JSON representation
Proxy reverse
- Host: GitHub
- URL: https://github.com/eiberham/proxy-reverse
- Owner: eiberham
- Created: 2020-07-06T20:41:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T01:09:52.000Z (almost 5 years ago)
- Last Synced: 2023-03-06T01:13:49.135Z (over 2 years ago)
- Topics: man-in-the-middle, proxy, reverse-proxy
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proxy Reverse
Reverse proxy server
## How to generate a self signed certificate ?
Assuming that ***openssl*** is already installed, run the following command:
foo@bar:$ openssl req -nodes -new -x509 -keyout server.key -out server.cert
## Installation
Clone the repository
```bash
foo@bar:$ git clone https://github.com/wwleak/proxy-reverse.git
```Run the server
```bash
foo@bar:$ go run main.go
```That's it, now the reverse proxy should be running on ***https:// localhost:3000/***
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.## License
[MIT](https://choosealicense.com/licenses/mit/){...❤}