mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 15:31:21 +00:00
g3proxy: support load of geoip_db
This commit is contained in:
parent
c9204ee844
commit
d3d466bf8b
7 changed files with 80 additions and 3 deletions
22
g3proxy/doc/configuration/geoip_db.rst
Normal file
22
g3proxy/doc/configuration/geoip_db.rst
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
.. _configuration_geoip_db:
|
||||
|
||||
GeoIP DB
|
||||
========
|
||||
|
||||
.. versionadded:: 1.7.25
|
||||
|
||||
This will set the db path for all GeoIP databases.
|
||||
|
||||
country
|
||||
-------
|
||||
|
||||
**optional**, **type**: :ref:`file path <conf_value_file_path>`
|
||||
|
||||
Set the db file path for the country database.
|
||||
|
||||
asn
|
||||
---
|
||||
|
||||
**optional**, **type**: :ref:`file path <conf_value_file_path>`
|
||||
|
||||
Set the db file path for the asn database.
|
||||
Loading…
Add table
Add a link
Reference in a new issue