Skip to content

jefersonsv/getip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getip

It's a fast kestrel server to inform your public IP address

Windows command line service

git clone https://github.com/jefersonsv/getip
dotnet run

Docker container service

git clone https://github.com/jefersonsv/getip
cd getip/src
sudo docker build -t getip .
sudo docker run --name getip -d -p 4020:5000 --rm getip

How to test

curl 'http://localhost:4020'

Similar hosted services

About

Get your public or external IP address

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors