...
This commit is contained in:
parent
96e5594ef0
commit
395def452c
13
roles/common/templates/whois.conf
Normal file
13
roles/common/templates/whois.conf
Normal file
@ -0,0 +1,13 @@
|
||||
\.dn42$ whois.dn42
|
||||
\-DN42$ whois.dn42
|
||||
# dn42 range 64512-65534
|
||||
^as6(4(5(1[2-9]|[2-9][0-9])|[6-9][0-9]{2})|5([0-4][0-9]{2}|5([0-2][0-9]|3[0-4])))$ whois.dn42
|
||||
# dn42 range 76100-76199
|
||||
^as761[0-9][0-9]$ whois.dn42
|
||||
# dn42 range 4242420000-4242429999
|
||||
^as424242[0-9]{4}$ whois.dn42
|
||||
# dn42 ipv4 address space
|
||||
^172\.2[2-3]\.[0-9]{1,3}\.[0-9]{1,3}(/(1[56789]|2[0-9]|3[012]))?$ whois.dn42
|
||||
|
||||
# dn42 ula ipv6 address space
|
||||
fd**:****:****:****:****:****:****:**** whois.dn42
|
2
roles/container/handlers/main.yml
Normal file
2
roles/container/handlers/main.yml
Normal file
@ -0,0 +1,2 @@
|
||||
- name: Reload systemd
|
||||
action: command systemctl daemon-reload
|
Loading…
Reference in New Issue
Block a user