Create README.md

pull/323/head
aleff-github 2023-05-13 10:11:17 +02:00
parent 0dff1351d3
commit 9a4e40ea0a
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Set An Arbitrary DNS (IPv4 version)
This script can be used to change the default DNS server in Windows 11.
**Category**: Execute
## Description
This script can be used to change the default DNS server in Windows 11.
The script open the settings, then go to network settings, then go to wi-fi settings, then go to hardware properties settings, the open the dns settings, then change to manual, then set the DNS server defined before, then save the settings changed and close the window.
- You must edit the DNS defining the IPv4 in the payload.txt file
```DuckyScript
REM DNS IPv4 like Cloudflare DNS 1.1.1.1
DEFINE DNS example
```