Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/data/builder-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,14 @@ export const Showcases = [
getstarted: null,
tags: ["python"],
},
{
title: "Periodic DNS resolver",
description: "System service to configure a DDNS address firewall rule on a BP and send a message via Telegram Bot if your relay IP address has changed. Keeps Cardano nodes connected and secure on residential ISPs with rolling public IPs.",
preview: require("./builder-tools/pdr_bot.png"),
website: "https://github.com/Fuma419/periodic-dns-resolver",
getstarted: null,
tags: ["operatortool", "cli"],
},
];

export const TagList = Object.keys(Tags);
Expand Down
Binary file added src/data/builder-tools/pdr_bot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.