83
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]

I would like to host my own web server with a domain name I purchased but my public IP isn't static.

(page 2) 15 comments
sorted by: hot top new old
[-] [email protected] 1 points 2 years ago

I pay an extra £1 a month to my ISP to get a static address. Figured it's well worth having no hassle.

[-] [email protected] 1 points 2 years ago* (last edited 2 years ago)

Aside from a brief scare a couple of months ago, when the owner/operator was unreachable and the configuration interface and some automatic update paths were not working, I have been using afraid.org, and it has proven to be a stellar service, and free for basic needs.

[-] [email protected] 1 points 2 years ago
[-] [email protected] 1 points 2 years ago* (last edited 2 years ago)

I've been using https://dnsomatic.com/ for a long while now. It updates Cloudflare which manages my DNS. It updates DNS at other providers too which is useful.

My router is able to send DDNS updates to it.

[-] [email protected] 1 points 2 years ago* (last edited 2 years ago)

I just have a cron script running on a machine that does something like this every 10 seconds

C_IP=`dig +short my.domain`
IP=`curl https://api.ipify.org`
if(C_IP != IP) {
    updateRoute53(IP)
}

This is just for my main home server. Gets the job done because if it's out of date for a few seconds nothing matters.

[-] [email protected] 0 points 2 years ago* (last edited 2 years ago)

~~AdGuard! They even have installable profiles for Apple devices, so I get ad blocking even on mobile!~~

mb, DDNS. nvm

load more comments (1 replies)
load more comments
view more: ‹ prev next ›
this post was submitted on 02 Jul 2023
83 points (93.7% liked)

Selfhosted

49083 readers
663 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS