Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corrupt952/revealer
The repository for manage a container image of HTTP server that returns the source IP, request headers, request body, and query string.
https://github.com/corrupt952/revealer
echo-server
Last synced: about 2 months ago
JSON representation
The repository for manage a container image of HTTP server that returns the source IP, request headers, request body, and query string.
- Host: GitHub
- URL: https://github.com/corrupt952/revealer
- Owner: corrupt952
- License: mit
- Created: 2018-12-18T02:50:25.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T04:01:09.000Z (about 2 months ago)
- Last Synced: 2024-11-06T05:16:49.654Z (about 2 months ago)
- Topics: echo-server
- Language: Go
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# revealer
The repository for manage a container image of HTTP server that returns the source IP, request headers, request body, and query string.
It is used to check request data and to isolate problems when you want to check whether a request is correctly sent to a server via VPN or Proxy, but cannot be checked by the server in question.You can check the operation at [revealer.zuki.dev](https://revealer.zuki.dev) or [r.zuki.dev](https://r.zuki.dev).
## Run
Using docker:
```sh
docker run -p 8080:8080 --rm -it ghcr.io/corrupt952/revealer
```## Configurations
### Environment variables
* PORT ... Start up on the specified por.t Set with environment variable. (Default: 8080)