dns: remove wildcard entries
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
ea10ed96e5
commit
835da4db4d
4 changed files with 31 additions and 12 deletions
|
@ -7,19 +7,27 @@ $ORIGIN franzi.business.
|
|||
IN MX 10 mx0.kunbox.net.
|
||||
IN TXT "v=spf1 mx ~all"
|
||||
|
||||
* IN A 94.130.52.224
|
||||
IN AAAA 2a01:4f8:10b:2a5f::2
|
||||
chat IN A 94.130.52.224
|
||||
chat IN AAAA 2a01:4f8:10b:2a5f::2
|
||||
|
||||
grafana IN A 165.232.105.69
|
||||
IN AAAA 2a03:b0c0:1:e0::627:8001
|
||||
dimension IN A 94.130.52.224
|
||||
dimension IN AAAA 2a01:4f8:10b:2a5f::2
|
||||
|
||||
icinga IN A 165.232.42.173
|
||||
IN AAAA 2a03:b0c0:1:e0::665:8001
|
||||
matrix IN A 94.130.52.224
|
||||
matrix IN AAAA 2a01:4f8:10b:2a5f::2
|
||||
|
||||
sewfile IN A 116.203.205.248
|
||||
IN AAAA 2a01:4f8:c0c:c71b::1
|
||||
IN TXT "v=spf1 a mx ~all"
|
||||
|
||||
travelynx IN A 94.130.52.224
|
||||
travelynx IN AAAA 2a01:4f8:10b:2a5f::2
|
||||
|
||||
vliedel.random IN A 94.130.52.224
|
||||
vliedel.random IN AAAA 2a01:4f8:10b:2a5f::2
|
||||
|
||||
wiki IN A 94.130.52.224
|
||||
wiki IN AAAA 2a01:4f8:10b:2a5f::2
|
||||
|
||||
_matrix._tcp IN SRV 10 10 8448 matrix
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue