Skip to content

Commit

Permalink
fix dns ip
Browse files Browse the repository at this point in the history
  • Loading branch information
Astu04 authored Mar 19, 2024
1 parent 1333f0d commit 4c829e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/ATVServices.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Base stuff we need
POGOPKG=com.nianticlabs.pokemongo
CONFIGFILE='/data/local/tmp/emagisk.config'
setprop net.dns1 1.1.1.1 && setprop net.dns2 4.4.4.4
setprop net.dns1 1.1.1.1 && setprop net.dns2 8.8.8.8

# Check for the mitm pkg

Expand Down

0 comments on commit 4c829e8

Please sign in to comment.