项目作者: arnested

项目描述 :
Update SSHFP DNS records with ease
高级语言: Go
项目地址: git://github.com/arnested/sshfpgo.git
创建时间: 2017-07-09T11:49:57Z
项目社区:https://github.com/arnested/sshfpgo

开源协议:MIT License

下载


sshfpgo

  1. $ sshfpgo
  2. NAME:
  3. sshfpgo - Update SSHFP DNS records
  4. USAGE:
  5. sshfpgo [global options] command [command options] [arguments...]
  6. AUTHOR:
  7. Arne Jørgensen <arne@arnested.dk>
  8. COMMANDS:
  9. dnsimple Update SSHFP DNS records for DNSimple provider
  10. help, h Shows a list of commands or help for one command
  11. GLOBAL OPTIONS:
  12. --verbose Verbose output
  13. --dry-run Do no updates
  14. --hostname HOSTNAME The HOSTNAME to update records for (default: "host.example.com")
  15. --help, -h show help
  16. --version, -v print the version

DNS providers

DNSimple

  1. $ sshfpgo dnsimple
  2. NAME:
  3. sshfpgo dnsimple - Update SSHFP DNS records for DNSimple provider
  4. USAGE:
  5. sshfpgo dnsimple [command options] [arguments...]
  6. OPTIONS:
  7. --zone ZONE DNSimple ZONE (default: "example.com")
  8. --token TOKEN DNSimple Oauth TOKEN [$DNSIMPLE_TOKEN]
  9. --sandbox Run against DNSimples sandbox environment