Ipinfo.tw

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: "2"
 
services:
  ipinfo.tw:
    container_name: ipinfo.tw
    image: peterdavehello/ipinfo.tw:latest
    ports:
      - "127.0.0.1:80:8080"
    restart: unless-stopped

Resources

Website: https://ipinfo.tw/

GitHub: https://github.com/PeterDaveHello/ipinfo.tw

Docker Hub: https://hub.docker.com/r/peterdavehello/ipinfo.tw

Configuration: https://github.com/PeterDaveHello/ipinfo.tw#usage