diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2022-01-17 21:11:34 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2022-01-17 21:11:34 +0100 |
commit | 8ed7b8d8946250d6917e83ba8bfd65ef7d006817 (patch) | |
tree | 4231534b31bffdd0773d61207a0cf5c26089bf52 | |
parent | 70884e51b786da54f6bc45bbc87f83008a574605 (diff) | |
download | nfsp_dnslink-8ed7b8d8946250d6917e83ba8bfd65ef7d006817.tar.gz nfsp_dnslink-8ed7b8d8946250d6917e83ba8bfd65ef7d006817.zip |
Add README.md
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..893b590 --- /dev/null +++ b/README.md @@ -0,0 +1,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) +``` |