Programming a Private DNS Station

Programming the DNS Station Through BIND

To start, I modify my original code to include Bind for IPv4 values for my native station.

Programming the primary DNS Station

I edit the named.conf.options path by adding a table above with my private IP values for my primary name station and my other name station. I modify the program code by adding IP values, getting recursion, tagging my transfer values, and tracking port 53.

Configuring the native and area program codes

Editing the conf.options code, I program zone codes with the appropriate DNS values for both. I add name station values in A tables and add codes in the NS tables and SOA tables for the DNS station and programming authoritative name station for the jimjaramillo.me domain.

Programming Netplan for DNS Namestation and Allowing the BIND Program

Editing the program code for bind, I add the name stations value under a special private-nameservers code by programming a YAML code in my netplan path and finding the name stations with my private wifi UI. I enable Bind for my native firewall for sending DNS requests to my native station value which is the value of the private name station.

Checking Code and Testing the DNS Station

I then check the code of my configurations by running the named.checkconf and named-checkzone code. During those code checks , I do an nslook through my private IP value and the domain for the DNS station. You should find that the station finds the IP value and the domain name with the name station.