aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 3379b22e0c7fb62725806a4c5f1a3da149bbb136 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# nfsp-dnslink

Automated setting of a [DNSLink](https://dnslink.io) TXT record to
your [NearlyFreeSpeech](https://www.nearlyfreespeech.net/) domain name.
Useful for static website publishing or mirroring on IPFS, specifically
Git post-receive hook.

# Dependencies

```perl
WebService::NFSN;
```

# How to use it

Fill out the `$Username`, `$Apikey` and `$AccountId` variable
in the script with values from your account.
Then, general usage is as follows:

```bash
nfsp_dnslink [IPFS CID] [DOMAIN] (optional subdomain)
```