https://github.com/riccardobl/jme-geopass
Simple reverse proxy to circumvent erroneous country bans on JME IPs.
https://github.com/riccardobl/jme-geopass
Last synced: about 2 months ago
JSON representation
Simple reverse proxy to circumvent erroneous country bans on JME IPs.
- Host: GitHub
- URL: https://github.com/riccardobl/jme-geopass
- Owner: riccardobl
- Created: 2023-04-27T17:00:58.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-27T17:04:57.000Z (about 2 years ago)
- Last Synced: 2024-10-06T05:22:57.265Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JME geo pass
Simple reverse proxy to circumvent erroneous country bans on JME IPs.
## Usage
```bash
docker stop jme-geopass || true
docker rm jme-geopass || true
docker build -t jme-geopass .docker run --read-only \
--tmpfs /tmp \
-d \
--name=jme-geopass \
--restart=always \
jme-geopassdocker network connect --alias jme-geopass.docker nginx_gateway_net jme-geopass
```