Error: invalid MaxMind DB file | solution ?

image
HI
thank for your awesome work

i keep getting this error and i did’nt find any solution for it
it seems its trying to download db file and since source of db file is blocked i get this error
i tried changing the clients geoip and geosite path but it did’nt worked

i change default bath to these

"route": {
    "auto_detect_interface": true,
    "geoip": {
        "path": "geoip.db",
        "download_url": "https://fastly.jsdelivr.net/gh/soffchen/sing-geoip@release/geoip.db",
        "download_detour": "proxy"
    },
    "geosite": {
        "path": "geosite.db",
        "download_url": "https://fastly.jsdelivr.net/gh/soffchen/sing-geosite@release/geosite.db",
        "download_detour": "proxy"
    },


"route": {
    "auto_detect_interface": true,
    "geoip": {
        "download_url": "https://ghproxy.com/github.com/SagerNet/sing-geoip/releases/latest/download/geoip.db",
        "download_detour": "direct"
    },
    "geosite": {
        "download_url": "https://ghproxy.com/github.com/SagerNet/sing-geosite/releases/latest/download/geosite.db",
        "download_detour": "direct"
    }

thanks for help in advance :pray: