Skip to content

Commit b9b1bfc

Browse files
committed
Fix shields
1 parent a19a2a4 commit b9b1bfc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[![GitHub Release](https://img.shields.io/github/v/release/mattolenik/cloudflare-ddns-client?label=Release&logo=github&logoColor=white)](https://github.com/mattolenik/cloudflare-ddns-client/releases)
22
[![Docker Tag](https://img.shields.io/docker/v/mattolenik/cloudflare-ddns-client?color=blue&label=Docker%20Tag&logo=docker&logoColor=white)](https://hub.docker.com/repository/docker/mattolenik/cloudflare-ddns-client)
33

4-
![Tests](https://img.shields.io/github/workflow/status/mattolenik/cloudflare-ddns-client/Tests?label=Tests)
4+
[![Tests](https://img.shields.io/github/workflow/status/mattolenik/cloudflare-ddns-client/Tests?label=Tests)](https://github.com/mattolenik/cloudflare-ddns-client/actions?query=workflow%3ATests)
55
[![Code Coverage](https://img.shields.io/coveralls/github/mattolenik/cloudflare-ddns-client?label=Code%20Coverage)](https://coveralls.io/github/mattolenik/cloudflare-ddns-client?branch=main)
66

77
![Platforms](https://img.shields.io/badge/Platforms-Linux%2C%20macOS%2C%20Windows%2C%20BSD-blue)
88

9-
![License](https://img.shields.io/github/license/mattolenik/cloudflare-ddns-client?color=blue&label=License)
9+
[![License](https://img.shields.io/github/license/mattolenik/cloudflare-ddns-client?color=blue&label=License)](https://unlicense.org)
1010

1111
# Better Dynamic DNS for Your Home Lab or Self-Hosted Cloud
1212
This is a cross-platform DDNS client for CloudFlare, written in Go. It makes multiple attemps to retrieve your public IP, first using DNS and then several public APIs. It is well tested with a full end-to-end test suite that actually verifies functionality against CloudFlare. It also has good logging so you can see it working in your system logs.

README.tpl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[![GitHub Release](https://img.shields.io/github/v/release/mattolenik/cloudflare-ddns-client?label=Release&logo=github&logoColor=white)](https://github.com/mattolenik/cloudflare-ddns-client/releases)
22
[![Docker Tag](https://img.shields.io/docker/v/mattolenik/cloudflare-ddns-client?color=blue&label=Docker%20Tag&logo=docker&logoColor=white)](https://hub.docker.com/repository/docker/mattolenik/cloudflare-ddns-client)
33

4-
![Tests](https://img.shields.io/github/workflow/status/mattolenik/cloudflare-ddns-client/Tests?label=Tests)
4+
[![Tests](https://img.shields.io/github/workflow/status/mattolenik/cloudflare-ddns-client/Tests?label=Tests)](https://github.com/mattolenik/cloudflare-ddns-client/actions?query=workflow%3ATests)
55
[![Code Coverage](https://img.shields.io/coveralls/github/mattolenik/cloudflare-ddns-client?label=Code%20Coverage)](https://coveralls.io/github/mattolenik/cloudflare-ddns-client?branch=main)
66

77
![Platforms](https://img.shields.io/badge/Platforms-Linux%2C%20macOS%2C%20Windows%2C%20BSD-blue)
88

9-
![License](https://img.shields.io/github/license/mattolenik/cloudflare-ddns-client?color=blue&label=License)
9+
[![License](https://img.shields.io/github/license/mattolenik/cloudflare-ddns-client?color=blue&label=License)](https://unlicense.org)
1010

1111
# Better Dynamic DNS for Your Home Lab or Self-Hosted Cloud
1212
This is a cross-platform DDNS client for CloudFlare, written in Go. It makes multiple attemps to retrieve your public IP, first using DNS and then several public APIs. It is well tested with a full end-to-end test suite that actually verifies functionality against CloudFlare. It also has good logging so you can see it working in your system logs.

0 commit comments

Comments
 (0)