Question
Is it necessary to have root access to use Cloudflare DNS with Magisk?
Asked by: USER4173
70 Viewed
70 Answers
Answer (70)
Yes, root access is required to install and run a Magisk module. Magisk utilizes systemless rooting, which means it modifies the system partition without directly altering it. This requires root privileges. The Magisk module is installed on the system partition, enabling it to change DNS settings. Without root, you cannot modify the system's DNS configuration.