route53
8.3 KB
- 
Fix to unescape * was discarded by unescape of @ · 011ec5d9`decoded_name` was created twice, each from `rset.name` So, the second call to `.replace(r'\100', '@')` overwrites decoded_name, discarding the result of the call to `.replace(r'\052', '*')` I had a problem with wildcard domains that was fixed by this patch. napkindrawing committed