exports.toString = function (type) { switch (type) { // list at // https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-11 case 1: return'LLQ' case 2: return'UL' case 3: return'NSID' case 5: return'DAU' case 6: return'DHU' case 7: return'N3U' case 8: return'CLIENT_SUBNET' case 9: return'EXPIRE' case 10: return'COOKIE' case 11: return'TCP_KEEPALIVE' case 12: return'PADDING' case 13: return'CHAIN' case 14: return'KEY_TAG' case 15: return'EDNS_ERROR' case 26946: return'DEVICEID'
} if (type < 0) { returnnull
} return `OPTION_${type}`
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.