From 2891c49eaeada04f375802191b21ff44186f0809 Mon Sep 17 00:00:00 2001 From: bendem Date: Mon, 13 Apr 2020 16:40:25 +0200 Subject: [PATCH] Leave a note about using a CNAME to avoid disclosing your actual home IP --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index de1c1c4..27f7114 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,8 @@ Next up, you point your script to that URL using the following get parameters: * `ipv4` (the new ipv4) * `ipv6` (the new ipv6) * `password` (the password you chose in the step above) + + +## Notes + +I recommend setting the `DOMAIN` secret to a random subdomain and then pointing a CloudFlare proxied CNAME to it. That way, it is harder to find out what your home IP is.