Skip to content

Instantly share code, notes, and snippets.

@Zenahr
Created September 10, 2021 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zenahr/f627b01c5ab3e569487453f2707cbc84 to your computer and use it in GitHub Desktop.
Save Zenahr/f627b01c5ab3e569487453f2707cbc84 to your computer and use it in GitHub Desktop.
Set DNS servers to cloudflare on Windows OS
open cmd as admin
enter following commands:
interface ip show config
interface ip set dns "YOURNETWORKOFCHOICE" static 1.1.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment