forked from alsyundawy/MIKROTIK-SCRIPT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSafe Search Google and Restricted Mode YouTube.txt
More file actions
26 lines (23 loc) · 1.6 KB
/
Copy pathSafe Search Google and Restricted Mode YouTube.txt
File metadata and controls
26 lines (23 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/ip firewall nat
add action=redirect chain=dstnat dst-port=53 protocol=udp
/ip dns set allow-remote-requests=yes
/ip dns static
add address=216.239.38.120 name=google.com comment="Pencarian Mode Aman"
add address=216.239.38.120 name=www.google.com comment="Pencarian Mode Aman"
add address=216.239.38.120 name=https://google.com comment="Pencarian Mode Aman"
add address=216.239.38.120 name=https://www.google.com comment="Pencarian Mode Aman"
add address=216.239.38.120 name=google.com.mx comment="Pencarian Mode Aman"
add address=216.239.38.120 name=www.google.com.mx comment="Pencarian Mode Aman"
add address=216.239.38.120 name=https://google.com.mx comment="Pencarian Mode Aman"
add address=216.239.38.120 name=https://www.google.com.mx comment="Pencarian Mode Aman"
/ip dns static
add address=216.239.38.119 name=youtube.com comment="Mode Youtube Aman"
add address=216.239.38.119 name=www.youtube.com comment="Mode Youtube Aman"
add address=216.239.38.119 name=https://www.youtube.com comment="Mode Youtube Aman"
add address=216.239.38.119 name=m.youtube.com comment="Mode Youtube Aman"
add address=216.239.38.119 name=https://m.youtube.com comment="Mode Youtube Aman"
add address=216.239.38.119 name=youtubei.googleapis.com comment="Mode Youtube Aman"
add address=216.239.38.119 name=https://youtubei.googleapis.com comment="Mode Youtube Aman"
add address=216.239.38.119 name=youtube.googleapis.com comment="Mode Youtube Aman"
add address=216.239.38.119 name=https://youtube.googleapis.com comment="Mode Youtube Aman"
add address=216.239.38.119 name=www.youtube-nocookie.com comment="Mode Youtube Aman"