https://github.com/ipfs-shipyard/dnslink-deploy
Set the DNS records on Digital Ocean programmatically
https://github.com/ipfs-shipyard/dnslink-deploy
Last synced: 21 days ago
JSON representation
Set the DNS records on Digital Ocean programmatically
- Host: GitHub
- URL: https://github.com/ipfs-shipyard/dnslink-deploy
- Owner: ipfs-shipyard
- License: mit
- Created: 2015-09-14T16:47:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T17:41:06.000Z (about 3 years ago)
- Last Synced: 2025-04-13T13:05:52.986Z (21 days ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 58
- Watchers: 10
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - ipfs-shipyard/dnslink-deploy - Set the DNS records on Digital Ocean programmatically (others)
README
# dnslink-deploy
[](http://ipn.io)
[](http://ipfs.io/)
[](http://webchat.freenode.net/?channels=%23ipfs)
[](https://github.com/RichardLitt/standard-readme)> Set the DNS records on Digital Ocean programmatically
[](https://nodei.co/npm/dnslink-deploy/)
## Install
Set your DigitalOcean api key in your `.bash_profile` or your secure key file:
`export DIGITAL_OCEAN='dsjflajflasjdflsjlflsjldfs'`
Then:
```sh
npm i -g dnslink-deploy
```## Usage
* `dnslink-deploy -t` Test this repo with your authentication key
* `dnslink-deploy -d ipfs.io -r test -p /ipfs/QmeQT76CZLBhSxsLfSMyQjKn74UZski4iQSq9bW7YZy6x8` Set the path as the data for a TXT record.
* `-d, --domain`: The domain to set.
* `-r, --record`: The domain record name.
* `-p, --path`: The path you want to set as the data.## Contribute
Help out! Dive in and [create an issue](//github.com/ipfs/dnslink-deploy/issues).
### Want to hack on IPFS?
[](https://github.com/ipfs/community/blob/master/contributing.md)
## License
MIT