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
|
|
@ -24,6 +24,8 @@ is make up of the following entries:
|
|||
+-----------+----------+-------+------------------------------------------------+
|
||||
|controller |Seq |no |Controller config |
|
||||
+-----------+----------+-------+------------------------------------------------+
|
||||
|geoip_db |Map |yes |GeoIP Database |
|
||||
+-----------+----------+-------+------------------------------------------------+
|
||||
|resolver |Mix [#m]_ |yes |Resolver config, see :doc:`resolvers/index` |
|
||||
+-----------+----------+-------+------------------------------------------------+
|
||||
|escaper |Mix [#m]_ |yes |Escaper config, see :doc:`escapers/index` |
|
||||
|
|
@ -49,6 +51,7 @@ Example config: :doc:`example config for rd-relay service <example>`
|
|||
runtime
|
||||
log/index
|
||||
stat
|
||||
geoip_db
|
||||
resolvers/index
|
||||
escapers/index
|
||||
auditors/index
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue