Skip to content

Commit

Permalink
remove dns search domain
Browse files Browse the repository at this point in the history
  • Loading branch information
eycorsican committed Feb 22, 2019
1 parent 5870064 commit 96c3a3b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ open class SimpleVpnService : VpnService() {
.setMtu(1500)
.addAddress("10.233.233.233", 30)
.addDnsServer(localDns)
.addSearchDomain("local")
.addRoute("0.0.0.0", 0)

val isEnablePerAppVpn = Preferences.getBool(applicationContext, getString(R.string.is_enable_per_app_vpn), null)
Expand Down

0 comments on commit 96c3a3b

Please sign in to comment.