Skip to content

davidwinter/phonehome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Phone home

Docker image to determine your public IP address and update a DNS record hosted on Cloudflare. Great for hosting your own webserver at home!

Usage

Update the environment variable values and then make run which handles the building and running of the docker image.

AUTH_KEY="XXXXXXX" \
AUTH_EMAIL="me@blah.com" \
ZONE_NAME="example.com" \
RECORD_NAME="home.example.com" \
make run

Have a look within the Makefile if you want to run the image yourself.

Licence

MIT


By David Winter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors