I have the TLD zone .lcl set-up and everything works fine, except that the config:
$TTL 3600
@ IN SOA lcl. root.lcl. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS nameserver.
* A 192.168.1.3
does not allow me to resolve "lcl" itself.
While being somewhat obvious, that actually is what im trying to achieve, single-word-domains should be resolved using a Bind9 daemon. Is that possible at all?
I have not tested this but try
Looks like the wildcard requires something