mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-24 23:25:18 +00:00
feat: dbip geolocation (#4)
* ip-location-api and db-ip * geolocation with dbip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user