Skip to content

SjamonDaal/vue-dns-record-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

<script>
  import dnsValidate from 'vue-dns-record-validation';
  export default {
    ..
  },
  methods: {
    validateRecord() {
      return dnsValidate.record('www', 'A', '172.0.0.1')
    },
    validateHostname() {
      return dnsValidate.domainName('sdhd.nl')
    }
  }
</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.