This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Don't require DUN APN type | |
settings put global tether_dun_required 0 | |
# use MagiskHide Props Config | |
# echo "net.tethering.noprovisioning=true" >> /system/build.prop | |
# iptables increment TTL for nat packets since carriers block these | |
# Requires kernel with CONFIG_IP_NF_TARGET_TTL enabled |