Skip to content

Instantly share code, notes, and snippets.

@teadur
Created April 21, 2024 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teadur/3581a09615528ef1b82f86409bdc4c54 to your computer and use it in GitHub Desktop.
Save teadur/3581a09615528ef1b82f86409bdc4c54 to your computer and use it in GitHub Desktop.
{% for record in rpz_bad_domains %}
{{ record }}
{{ record.encode('punycode') }}
{{ record.encode('punycode').decode('punycode') }}
{{ record.encode('idna') }}
{{ record.encode('idna').decode('idna') }}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment