Skip to content
Snippets Groups Projects
  • Tomas Krizek's avatar
    ede: mark every error with a unique tag · 4df10646
    Tomas Krizek authored
    To allow for easier debugging, each origin of an extended DNS error has
    a unique 4-byte identifier that is included in the extra_text message.
    
    The identifiers are random 4-letter base32 strings, generated with:
    base32 /dev/random | head -c 4
    4df10646