A simple api service that just returns the ip that the request originated from. https://ip.lks.li
Find a file
2024-09-21 19:34:22 +02:00
Containerfile Container: Build from scratch 2024-09-21 19:24:49 +02:00
go.mod Go 1.19 -> 1.22 2024-09-21 19:24:12 +02:00
main.go feat: Check if its a IPv6 address or not 2024-09-21 19:29:37 +02:00
Makefile Add Makefile 2024-09-21 19:34:22 +02:00
README.md Initial commit 2022-12-04 22:56:52 +01:00

ip-api

This is a simple api service, that just return the ip the request originated from.