Skip to content

Commit 977a5a0

Browse files
authored
default dns
1 parent a06ade7 commit 977a5a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

netdeflect.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def get_output_prefix():
102102
# Your servers displayed IP address method.
103103
[ip_detection]
104104
# Options: google_dns, opendns, ipify, icanhazip, local
105-
ip_method = google_dns
105+
ip_method = opendns
106106
107107
########################################
108108
# NETWORK PACKET CAPTURE CONFIGURATION
@@ -191,7 +191,7 @@ def get_output_prefix():
191191
# List of IPs that should NEVER be blocked, such as your home IP or critical infrastructure.
192192
# As it is in beta, please ensure to add your IP address to avoid being blocked.
193193
# Use a comma and space between entries. Example: 1.1.1.1, 8.8.8.8, 139.99.201.1
194-
trusted_ips=8.8.8.8, 8.8.4.4, 1.1.0.1, 1.1.1.1
194+
trusted_ips=8.8.8.8, 8.8.4.4, 1.1.0.1, 1.1.1.1, 216.239.32.10
195195
"""
196196
# Write default configuration
197197
with open("settings.ini", "w", encoding='utf-8') as outfile:

0 commit comments

Comments
 (0)