Welcome to Centmin Mod Community
Become a Member

Beta Branch update local geoip server support in 130.00beta01

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

  1. eva2000

    eva2000 Administrator Staff Member

    54,368
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    4:00 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update local geoip server support in 130.00beta01

    - 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...

    130.00beta01 branch