Skip to content

Ifconfig-server 1.0.0

Compare
Choose a tag to compare
@ifconfigla ifconfigla released this 12 Aug 21:25
· 13 commits to main since this release
v1.0.0
88a35aa

GitHub Release)

Fast, scalable ip lookup service server implementation powered by fastify and maxmind

How to install

Simple one liner install for linux

wget -qO- https://github.com/ifconfigla/ifconfig-server/releases/download/v1.0.0/ifconfig-server-1.0.0-x86_64-linux.tar.gz | tar xvz && sudo mv ifconfig-server /usr/local/bin

Check with the following command

ifconfig-server --help

How to verify

First, import our PGP key used for release process if you haven't

wget -qO- https://github.com/ifconfigla/ifconfig-server/releases/download/v1.0.0/ifconfig-dev.asc | gpg --import

Then, download the release binaries with the signed file and verify those

wget https://github.com/ifconfigla/ifconfig-server/releases/download/v1.0.0/ifconfig-server-1.0.0-x86_64-darwin.tar.gz && \
wget https://github.com/ifconfigla/ifconfig-server/releases/download/v1.0.0/ifconfig-server-1.0.0-x86_64-linux.tar.gz && \
wget https://github.com/ifconfigla/ifconfig-server/releases/download/v1.0.0/ifconfig-server-1.0.0-x86_64-win.zip && \
wget https://github.com/ifconfigla/ifconfig-server/releases/download/v1.0.0/SHA256SUMS.asc

# Verify the SHA256SUMS file first
gpg --verify SHA256SUMS.asc

# Verify binary files
sha256sum --ignore-missing --check SHA256SUMS.asc