项目作者: SjamonDaal

项目描述 :
Validate your DNS record values before sending them to your backend.
高级语言: JavaScript
项目地址: git://github.com/SjamonDaal/vue-dns-record-validation.git
创建时间: 2020-01-15T08:42:24Z
项目社区:https://github.com/SjamonDaal/vue-dns-record-validation

开源协议:

下载


NPM version

Vue DNS record validation

This module is build to easily validate DNS records before sending them to your backend systems.

Supported record types

Checked = Implemented.

Unchecked = To be implemented.

  • A
  • AAAA
  • CNAME
  • MX
  • SRV
  • TLSA
  • TXT

Documentation

Example:

  1. <script>
  2. import dnsValidate from 'vue-dns-record-validation';
  3. export default {
  4. ..
  5. },
  6. methods: {
  7. validateRecord() {
  8. return dnsValidate.record('www', 'A', '172.0.0.1')
  9. },
  10. validateHostname() {
  11. return dnsValidate.domainName('sdhd.nl')
  12. }
  13. }
  14. </script>

Security Vulnerabilities

If you discover a security vulnerability within vue-dns-record-validation, please send an e-mail to SDHD Hosts via support@sdhd.nl. All security vulnerabilities will be promptly addressed.

License

The vue-dns-record-validation is open-sourced module. But all rights remain reserved for SDHD Hosts.