Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Update builder-tools.js
  • Loading branch information
Fuma419 authored Jan 15, 2023
commit 6b48f4a853e7da479452ac8a697e4635e9fa1c8d
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 cfg 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