# check dns serveruser@docker1:~# nslookup docker1Server: 192.168.1.1 <- used dns serverAddress: 192.168.1.1#53Name: docker1.example.comAddress: 192.168.1.11# ptr on dns serveruser@docker1:~# nslookup 192.168.1.11.1.168.192.in-addr.arpa name = firewall1.example.com.# get all subnetsuser@docker1:~# nslookup firewall1.example.comServer: 192.168.1.1Address: 192.168.1.1#53Name: firewall1.example.comAddress: 192.168.1.1Name: firewall1.example.comAddress: 192.168.2.1Name: firewall1.example.comAddress: 192.168.3.1... (removed entries)Name: firewall1.example.comAddress: 10.10.1.0Name: firewall1.example.comAddress: 10.20.2.0Name: firewall1.example.comAddress: 10.20.0.2... (removed entries)Name: firewall1.example.comAddress: 2a02:****Name: firewall1.example.comAddress: 2a02:****Name: firewall1.example.comAddress: 2a02:****... (removed entries)
I noticed unbound leaks all subnets configured in opnsense.
Is there some way to prevent unbound from returning all the addresses ?
Quote from: Voodoo on June 03, 2021, 09:58:22 pmI noticed unbound leaks all subnets configured in opnsense.And this is a problem, because ...?