Skip to the content.

Variable: DNSKEYFlags

const DNSKEYFlags: {
  SEP: 1;
  REVOKE: 128;
  ZONE_KEY: 256;
};

Defined in: src/dnssec.ts:133

DNSSEC key flags

Type Declaration

SEP

readonly SEP: 1 = 0x00_01;

REVOKE

readonly REVOKE: 128 = 0x00_80;

ZONE_KEY {#zone_key}

readonly ZONE_KEY: 256 = 0x01_00;