public
Description: Free text geocoder
Homepage: http://fetegeo.org/
Clone URL: git://github.com/ltratt/fetegeo.git
fetegeo / fetegeos.conf.sample
100644 7 lines (6 sloc) 0.398 kb
1
2
3
4
5
6
7
# A list of wildcard addresses which determines which IP addresses are allowed to
# connect to fetegeos. Currently addresses must be in IP4 form a.b.c.d where
# a,b,c,d can be either a digit 0-9 or the wildcard '*' which matches all digits.
# For example "127.0.0.1" only matches "127.0.0.1" but "127.0.0.*" will match
# "127.0.0.1", "127.0.0.2", ..., "127.0.0.255".
 
accept_connect = ["127.0.0.1"]