From 8d3113f3fb822f24d8f727de47b38e12746b25cd Mon Sep 17 00:00:00 2001
From: Reza Behzadan <rbehzadan@gmail.com>
Date: Thu, 20 Feb 2025 14:58:19 -0500
Subject: [PATCH] Add sample `dnsmasq.conf`

---
 dnsmasq.conf | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 dnsmasq.conf

diff --git a/dnsmasq.conf b/dnsmasq.conf
new file mode 100644
index 0000000..0ffc0bb
--- /dev/null
+++ b/dnsmasq.conf
@@ -0,0 +1,16 @@
+no-dhcp-interface=
+enable-tftp=false
+no-hosts
+
+listen-address=0.0.0.0
+interface=eth0
+address=/#/<IP-ADDRESS-OF-THE-VPS>
+address=/home.behzadan.ir/192.168.1.14
+
+server=/pool.ntp.org/1.1.1.1
+server=/ntp.ubuntu.com/1.1.1.1
+server=/smtp.gmail.com/8.8.8.8
+server=/.ir/217.218.155.155
+server=/.ir/217.218.127.127
+server=/.ir/2.188.21.130
+