f0790bc44e193c4fca9525308a25f77cfbc107c8
services/Whois.md
... | ... | @@ -144,9 +144,8 @@ $ cat /etc/whois.conf |
144 | 144 | # dn42 ipv4 address space |
145 | 145 | ^172\.2[0-3]\.[0-9]{1,3}\.[0-9]{1,3}(/(1[56789]|2[0-9]|3[012]))?$ whois.dn42 |
146 | 146 | |
147 | -# dn42 ula ipv6 address space |
|
148 | -^fd**:****:****:****:****:****:****:**** whois.dn42 |
|
149 | - |
|
147 | +# dn42 ipv6 address space |
|
148 | +^fd[a-f0-9]{2}(:[a-f0-9]{,4}){,7}$ whois.dn42 |
|
150 | 149 | ``` |
151 | 150 | |
152 | 151 | You can then use whois without specifying the server. Works at least with Marco d'Itri's whois client. |