AuspeXeu / openvpn-status

A web-based application to monitor OpenVPN server client connections
MIT License
161 stars 48 forks source link

GeoIp local database #499

Closed denser closed 1 year ago

denser commented 1 year ago

How can i use my Geoip mmdb from /usr/share/GeoIP?

AuspeXeu commented 1 year ago

The path to the database is specified here

denser commented 1 year ago

With docker no need to use this method. I found way to add volume...


      - ./servers:/usr/src/app/servers
      - /usr/share/GeoIP/GeoLite2-City.mmdb:/usr/src/app/GeoLite2-City.mmdb