From 7f90f496a9ce9f9ec1c3af7c20650e87588675b8 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Thu, 27 Sep 2018 19:31:09 -0600 Subject: [PATCH] Cleaned up TOC --- README.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index dd5a469..b9c9482 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CloudflareDDNS +# CloudflareDDNS Update your CloudFlare DNS records with your current (dynamic) IP address via systemd timers and a bash script. @@ -7,20 +7,18 @@ systemd timers and a bash script. auto-update itself. However, you MUST update the systemd service file *(cfddns.service)* *ExecStart* line manually as explained below.** -## Contents +## Contents -- [CloudflareDDNS](#cloudflareddns) - - [Contents](#contents) - - [cfddns.sh](#cfddns46sh) - - [Installation:](#installation) - - [Usage:](#usage) - - [cfddns.service](#cfddnsservice) - - [IP4 and/or IP6](#ip4-andor-ip6) - - [Examples](#examples) - - [cfddns.timer](#cfddnstimer) - - [Activation](#activation) - - [The log file](#the-log-file) - - [Final thoughts](#final-thoughts) +- [cfddns.sh](#cfddns46sh) + - [Installation:](#installation) + - [Usage:](#usage) +- [cfddns.service](#cfddnsservice) + - [IP4 and/or IP6](#ip4-andor-ip6) + - [Examples](#examples) +- [cfddns.timer](#cfddnstimer) + - [Activation](#activation) +- [The log file](#the-log-file) +- [Final thoughts](#final-thoughts) ## cfddns.sh