Mark Stosberg
Mark Stosberg
Separating out the permission to create snapshots from deleting snapshots would improve security. Currently, if this is running in a host and the host is compromised, the attacker would have...
The result is primarily just name server records, so note that.
The `dnsme record` subcommand collects and sends the `-value` option to the remote REST API, which is ignored because the REST API expects a 'data' parameter instead. `data` is documented...
A valid record for the apex record may look like this: ``` json { "ttl" : 86000, "data" : "1.2.3.4", "type" : "A", "name" : "", "gtdLocation" : "DEFAULT", "id"...
For this who wish to compile, it would be useful to document the versions of Go that it has been tested with or it is expected to work with.
The current DNS ME API version is 2.0. It would be helpful to know if you plan to support it. Unfortunately, I haven't yet been able to locate an official...
**What problem does this feature solve?** Consider this script named `monitor`: ``` #!/usr/bin/env node /* some JavaScript code here */ ``` This gets detected with a MIME Type of `application/javascript`...
**Checklist** - [x] I searched the `:help` documentation using `/` for helpful information - [x] I have read the [frequently asked questions](https://github.com/Jelmerro/Vieb/blob/master/FAQ.md) - [x] I did not find any similar...