mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2025-01-22 07:56:30 +00:00
1. Removed centralized Reverton's DNS
This commit is contained in:
parent
7597b540c0
commit
9cc1f5a7f9
@ -65,10 +65,6 @@ class YggdrasilTunService : VpnService() {
|
||||
.addAddress(address, 7)
|
||||
.allowFamily(OsConstants.AF_INET)
|
||||
.setMtu(MAX_PACKET_SIZE)
|
||||
.addDnsServer("301:2522::53")
|
||||
.addDnsServer("301:2923::53")
|
||||
.addDnsServer("300:4523::53")
|
||||
.addDnsServer("303:8b1a::53")
|
||||
.establish()
|
||||
|
||||
tunInputStream = FileInputStream(tunInterface!!.fileDescriptor)
|
||||
|
Loading…
x
Reference in New Issue
Block a user