Skip to content

Commit

Permalink
20240909.1156
Browse files Browse the repository at this point in the history
  • Loading branch information
fire1ce committed Sep 9, 2024
1 parent 2caef3f commit 79088aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/automation/ddns-cloudflare-bash.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: DDNS Cloudflare Bash
description: DDNS Cloudflare Bash script is a simple bash script that allows you to easily update your Cloudflare's DNS records dinamically regardless of your current IP address for Linux, Unix, FreeBSD, and macOS.
description: DDNS Cloudflare Bash script is a simple bash script that allows you to easily update your Cloudflare's DNS records dynamically regardless of your current IP address for Linux, Unix, FreeBSD, and macOS.
template: comments.html
tags: [automation, cloudflare, ddns, bash]
---

# DDNS Cloudflare Bash Script

When building complex infrastructure and managing multiple servers and services using ip addresses is can create a lot of issues and is not always easy to manage. The preferred way is to use a DNS provider that allows you to manage your domain names and their associated IP addresses. DDNS Cloudflare Bash script is a simple bash script that allows you to easily update your `Cloudflare's DNS records` dinamically regardless of your current IP address.
DDNS Cloudflare Bash Script can be used on Linux, Unix, FreeBSD, and macOS with only one requirment of `curl`
When building complex infrastructure and managing multiple servers and services using ip addresses is can create a lot of issues and is not always easy to manage. The preferred way is to use a DNS provider that allows you to manage your domain names and their associated IP addresses. DDNS Cloudflare Bash script is a simple bash script that allows you to easily update your `Cloudflare's DNS records` dynamically regardless of your current IP address.
DDNS Cloudflare Bash Script can be used on Linux, Unix, FreeBSD, and macOS with only one requirement of `curl`

Source code can be found at [DDNS Cloudflare Bash Github Repository][ddns-cloudflare-bash-github-url]{target=\_blank}.

Expand Down

0 comments on commit 79088aa

Please sign in to comment.