Jack Yaz
Part of the Furniture
Additional question about the pre-reqs - how does Unbound handle DNS re-binding? For example, how do I ensure Plex resolution is OK, but block any other DNS rebind attempts?
EDIT: Answering my own question, the below in unbound.conf does rebind protection:
To allow a rebind, I appear to need to use:
EDIT: Answering my own question, the below in unbound.conf does rebind protection:
Code:
# RFC1918 private IP address - Protects against DNS Rebinding
private-address: 127.0.0.0/8
private-address: 169.254.0.0/16
private-address: 10.0.0.0/8
private-address: 172.16.0.0/12
private-address: 192.168.0.0/16
Code:
private-domain: plex.direct