Skip to content
Snippets Groups Projects
Commit 281a93c3 authored by sgk's avatar sgk
Browse files

README.md - add info about geoip service

parent 6e1d1087
Branches
Tags
1 merge request!126config/services.geoip.yml, services.common - add geoip service
Pipeline #286202 passed
...@@ -36,7 +36,9 @@ Monitoring, alerting, log-collection and analysis, DNS and Let's Encrypt certifi ...@@ -36,7 +36,9 @@ Monitoring, alerting, log-collection and analysis, DNS and Let's Encrypt certifi
To remove optional services, comment out import lines from [config/services.common.yml](config/services.common.yml) and remove the corresponding tags from host.yml. To remove optional services, comment out import lines from [config/services.common.yml](config/services.common.yml) and remove the corresponding tags from host.yml.
- Introducer(optional): runs as an obfuscation proxy between client and reverse-proxy, used for reaching API from censored networks. (advised to run on port 443 to make it resemble with https) - Introducer(optional): runs as an obfuscation proxy between client and reverse-proxy, used for reaching API from censored networks. (advised to run on port 443 to make it resemble with https)
For disabling this service: comment out `services.introducer.yml` from [config/services.common.yml](config/services.common.yml) and remove `[introducer]` tag on hosts.yml For disabling this service: comment out `services.introducer.yml` from [config/services.common.yml](config/services.common.yml) and remove `[introducer]` tag on hosts.yml
- geoip(optional): is useful for clients to find the nearest gateway. this api runs at <provider-domain>/lookup/geo
For disabling this service: comment out `services.geoip.yml` from [config/services.common.yml](config/services.common.yml)
More info : https://0xacab.org/leap/geoip-service#geoip-service
## How to provision a new provider? ## How to provision a new provider?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment