filmov
tv
Setup Your Own DNS Server on Ubuntu Server

Показать описание
# Show ip
#=======#==
ip a
# Set hostname
#=========#====
nano /etc/hostname
nano /etc/hosts
# Install Required package
#========#==========#=====
apt install -y bind9*
# Change directory
#=============#====
cd /etc/bind/
# Setting up bind9
#=======#======#===
forwarders {
8.8.8.8;
1.1.1.1;
};
listen-on { any; };
allow-query { any; };
allow-query-cache { any; };
# Configure zone
#=============#==
type master;
};
type master;
allow-query { any; };
};
# Forward zone configuration
#===========#============#====
# Reverse zone configuration
#=============#==========#====
# Check zones
#==========#==
# Set permission
#============#===
chown bind:bind /etc/bind/
# Restart the services
#====#===========#======
systemctl restart bind9
# Show services status
#====#===========#=====
systemctl status bind9
# Start services at boot
#====#===========#=======
systemctl enable bind9
#=======#==
ip a
# Set hostname
#=========#====
nano /etc/hostname
nano /etc/hosts
# Install Required package
#========#==========#=====
apt install -y bind9*
# Change directory
#=============#====
cd /etc/bind/
# Setting up bind9
#=======#======#===
forwarders {
8.8.8.8;
1.1.1.1;
};
listen-on { any; };
allow-query { any; };
allow-query-cache { any; };
# Configure zone
#=============#==
type master;
};
type master;
allow-query { any; };
};
# Forward zone configuration
#===========#============#====
# Reverse zone configuration
#=============#==========#====
# Check zones
#==========#==
# Set permission
#============#===
chown bind:bind /etc/bind/
# Restart the services
#====#===========#======
systemctl restart bind9
# Show services status
#====#===========#=====
systemctl status bind9
# Start services at boot
#====#===========#=======
systemctl enable bind9
Host Your Own Encrypted DNS Server
You want a real Name Server at home? // DNS
What is DNS? (and how it makes the Internet work)
Using Pi-Hole for Local DNS - Fast, Simple, and Easy Guide
You're running Pi-Hole wrong! Setting up your own Recursive DNS Server!
DNS Explained in 100 Seconds
How a DNS Server (Domain Name System) works.
Setup Your Own DNS Server on Ubuntu Server
Setup V2Ray VMess Slow DNS Server on v2rayNG
Build Your Own DNS Server - Beginner Friendly
Setting Up Your Own DNS Server: Building a BIND9 Server on Ubuntu!
DDNS on a Raspberry Pi using the Cloudflare API (Dynamic DNS)
How to Install and Configure DNS on Windows Server 2022
Top 5 Reasons for Running your own DNS
Linux DNS Server Configuration for Beginners
What Is DNS and How Can it Help You? Tech Terms Explained
Technitium Install: Fast, Secure, Authoritative DNS Server for You and Your Clients' Networks
DNS Demystified: Everything You Should Know for Faster Internet!
Everything You Need to Know About DNS: Crash Course System Design #4
Change DNS in Windows
Configure Your DNS for Faster Internet
Set up Custom DNS and Nameservers in WHM
Best DNS Server for Home lab - Pihole Unbound configuration!
Change DNS server settings on Android (Samsung S20)
Комментарии