浏览代码

docs: GeoIP files are .mmdb rather than .dat now

closes #113, thanks to @cricsus
Ask Bjørn Hansen 5 年之前
父节点
当前提交
f8143b84bf
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      dns/geodns.conf.sample

+ 3 - 3
dns/geodns.conf.sample

@@ -4,9 +4,9 @@
 ; with your .json zone files.
 ; with your .json zone files.
 
 
 [geoip]
 [geoip]
-;; Directory containing the GeoIP .dat database files; defaults
-;; to looking through a list of directories looking for one that
-;; exists.
+;; Directory containing the GeoIP2 .mmdb database files; defaults
+;; to looking through a list of common directories looking for one
+;; of those that exists.
 ;directory=/usr/local/share/GeoIP/
 ;directory=/usr/local/share/GeoIP/
 
 
 [querylog]
 [querylog]