Join the community today
Register Now

Stable Branch update local geoip server support in 124.00stable

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jul 2, 2022.

  1. eva2000

    eva2000 Administrator Staff Member

    55,234
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,831
    Local Time:
    1:17 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update local geoip server support in 124.00stable

    - Recently switched away from 3rd party ipinfo.io geoip lookup server to own local geoip lookup server.
    - For more stability add a 2nd local geoip lookup server support to allow switching between the 2 local geoip lookup servers via newly updated routines which are triggered by the override variable - either by VPS_GEOIPCHECK_V3='y' (default) + VPS_GEOIPCHECK_V4='n' or by setting VPS_GEOIPCHECK_V3='n' + VPS_GEOIPCHECK_V4='y'.
    - You can control which local geoip lookup server is used by setting the override variable in persistent config file /etc/centminmod/custom_config.inc
    - The underlying code for the 2 local geoip lookup servers slightly differs.

    Continue reading...


    124.00stable branch