feat: dbip geolocation (#4)

* ip-location-api and db-ip

* geolocation with dbip
This commit is contained in:
lollerfirst
2025-08-26 15:51:18 +02:00
committed by GitHub
parent c506f77942
commit 0a5496909c
3 changed files with 123 additions and 31 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
- name: Install required dependencies
run: |
sudo apt-get update && sudo apt-get install -y jq curl dnsutils
sudo apt-get update && sudo apt-get install -y jq dnsutils gzip
wget https://github.com/fiatjaf/nak/releases/download/v0.15.3/nak-v0.15.3-linux-amd64
sudo mv nak-v0.15.3-linux-amd64 /usr/local/bin/nak
sudo chmod +x /usr/local/bin/nak