http://jentyxddh2rf47gd3e43kuebyn2xsv6h72gzh46oe4rxyovvm7xe5ead.onion/src/sysadm/file/genblock.html
.)+ 80 81 # TOP-LEVEL DOMAIN GROUP 82 # Must be a punycode TLD _or_ a regular TLD 83 ( 84 (xn-- [a-z 0-9]{2,59}) # punycode TLD 85 | 86 [a-z]{2,63} # regular TLD 87 ) 88 89 \b 90 /paaxxn 91 ) 92 { 93 return ${^MATCH}; 94 } 95 return; 96 } 97 98 # Given a hash reference, we " reduce " fully-qualified domains by 99 # starting with their root domain. 100 # 101 # If the root domain is a key in the hash, delete the fully-qualified 102 # domain (a wildcard will match it). 103 # 104 # Otherwise, progressively add...