mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-05-01 05:24:25 +02:00
Updated Pi hole OpenVPN server (markdown)
parent
e94f4af5d4
commit
4c7876dcda
1 changed files with 8 additions and 10 deletions
|
@ -125,16 +125,14 @@ Your configuration should look like
|
||||||
<pre>
|
<pre>
|
||||||
Chain INPUT (policy ACCEPT)
|
Chain INPUT (policy ACCEPT)
|
||||||
num target prot opt source destination
|
num target prot opt source destination
|
||||||
1 ACCEPT tcp -- anywhere anywhere tcp dpt:domain
|
<b>1 ACCEPT tcp -- anywhere anywhere tcp dpt:domain
|
||||||
2 ACCEPT udp -- anywhere anywhere udp dpt:domain
|
2 ACCEPT tcp -- anywhere anywhere tcp dpt:http
|
||||||
<b>3 ACCEPT tcp -- anywhere anywhere tcp dpt:domain
|
3 ACCEPT udp -- anywhere anywhere udp dpt:domain
|
||||||
4 ACCEPT tcp -- anywhere anywhere tcp dpt:http
|
4 ACCEPT udp -- anywhere anywhere udp dpt:http
|
||||||
5 ACCEPT udp -- anywhere anywhere tcp dpt:domain
|
5 DROP tcp -- anywhere anywhere tcp dpt:domain
|
||||||
6 ACCEPT udp -- anywhere anywhere tcp dpt:http
|
6 DROP tcp -- anywhere anywhere tcp dpt:http
|
||||||
7 DROP tcp -- anywhere anywhere tcp dpt:domain
|
7 DROP udp -- anywhere anywhere udp dpt:domain
|
||||||
8 DROP tcp -- anywhere anywhere tcp dpt:http
|
8 DROP udp -- anywhere anywhere udp dpt:http</b>
|
||||||
9 DROP udp -- anywhere anywhere tcp dpt:domain
|
|
||||||
10 DROP udp -- anywhere anywhere tcp dpt:http</b>
|
|
||||||
|
|
||||||
Chain FORWARD (policy ACCEPT)
|
Chain FORWARD (policy ACCEPT)
|
||||||
num target prot opt source destination
|
num target prot opt source destination
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue