From 31e045b3decde15a8e85b0254a099779ec86b91e Mon Sep 17 00:00:00 2001 From: Andinus Date: Sat, 29 Aug 2020 20:39:33 +0530 Subject: Add example config file & document it --- share/config.pl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 share/config.pl (limited to 'share') diff --git a/share/config.pl b/share/config.pl new file mode 100644 index 0000000..084eca7 --- /dev/null +++ b/share/config.pl @@ -0,0 +1,12 @@ +#!/usr/bin/perl + +use strict; +use warnings; + +my %feeds = ( + example => "https://example.com/twtxt.txt", +); + +sub get_feeds { return %feeds; } + +1; -- cgit 1.4.1-2-gfad0