Skip to content

Commit 8ba5a66

Browse files
committed
Added the BasicDNS config
Added the BasicDNS config for users that want to get started a bit more quickly or need extra help getting started
1 parent 1bc35e8 commit 8ba5a66

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

dualserver/BasicDNS.ini

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[SERVICES]
2+
3+
# Activate only the DNS service
4+
DNS
5+
6+
[DNS_ALLOWED_HOSTS]
7+
8+
# Allow all private IP address blocks
9+
10.0.0.0-10.255.255.255
10+
172.16.0.0-172.31.255.255
11+
192.168.0.0-192.168.255.255
12+
13+
[DNS_HOSTS]
14+
15+
# The Unified Hosts section is used by the ScriptTiger DualServer blacklist updater script
16+
# When activated, the ScriptTiger DualServer blacklist updater will insert/update the Unified Hosts blacklist in the marked section below
17+
#### BEGIN UNIFIED HOSTS ####
18+
#### END UNIFIED HOSTS ####
19+
20+
[FORWARDING_SERVERS]
21+
22+
# Use Google DNS, primary and secondary
23+
8.8.8.8
24+
8.8.4.4

dualserver/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
});
1717
</script>
1818
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
19-
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>DualServer Blacklists &amp; Extras - ScriptTiger</title></head>
19+
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>DualServer Blacklists &amp; Extras - ScriptTiger</title>
20+
21+
</head>
2022
<body style="background-color: rgb(255, 204, 102); color: rgb(0, 0, 0);" alink="#ee0000" link="#0000ee" vlink="#551a8b">
2123
<table style="text-align: left; width: 100%; height: 100%; margin-left: auto; margin-right: auto;" border="0" cellpadding="0" cellspacing="0">
2224
<tbody>
@@ -255,6 +257,8 @@ <h1 style="text-align: center; margin-top: 10px;">DualServer
255257
<a target="_blank" href="https://scripttiger.github.io/dualserver/Template.ini" download="">Official
256258
DualServer configuration INI template</a><br>
257259
<br>
260+
<a target="_blank" href="https://scripttiger.github.io/dualserver/BasicDNS.ini" download="">Basic DNS-Only DualServer Configuration</a><br>
261+
<br>
258262
<a target="_blank" href="https://scripttiger.github.io/dualserver/Bare.ini" download="">Bare
259263
DualServer configuration INI with only section headers</a><br>
260264
<br>

0 commit comments

Comments
 (0)