aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 893b590209c8a178a5b3f4e91790a048ef64f3b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.

# 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)
```