Skip to content

Commit 4a2d04f

Browse files
committed
Merge branch 'master' of github.com:Chadsr/NordVPN-NetworkManager
2 parents 3cf39af + a6d3cc0 commit 4a2d04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nordnm/nordapi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def get_server_list(sort_by_load=False, sort_by_country=False):
3737

3838

3939
def get_nameservers():
40-
return ['162.242.211.137', '78.46.223.24']
40+
return ['103.86.96.100', '103.86.99.100']
4141

4242
# Apparently this is not the standard DNS endpoint, but something to do with 'smart-play' and no longer provides valid nameservers
4343
# so for now we will just return a static list...

0 commit comments

Comments
 (0)