Ifconfig.io

A self-hosted, non-tracking, and ad-free solution to reveal client-side IP info like IP address, country, AS number/description, and additionally, user agent.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.4"
 
services:
  ifconfig:
    image: georgyo/ifconfig.io
    ports:
      - 8080:8080
    environment:
      HOSTNAME: "ifconfig.io"
    restart: unless-stopped

Resources

Website: https://ifconfig.io/

GitHub: https://github.com/georgyo/ifconfig.io

Docker Hub: https://hub.docker.com/r/georgyo/ifconfig.io

Configuration: https://github.com/georgyo/ifconfig.io#deployment