Skip to content

Commit

Permalink
use 1.1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aleskxyz authored Apr 20, 2023
1 parent 877d500 commit e1c5d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ It seems that natvps.net servers have some dns configuration problems and the `c

You can solve these problems by running this command:
```
grep -q "^DNS=8.8.8.8$" /etc/systemd/resolved.conf || echo "DNS=8.8.8.8" >> /etc/systemd/resolved.conf && systemctl restart systemd-resolved && apt update && apt install curl -y
grep -q "^DNS=1.1.1.1$" /etc/systemd/resolved.conf || echo "DNS=1.1.1.1" >> /etc/systemd/resolved.conf && systemctl restart systemd-resolved && apt update && apt install curl -y
```
### Regenerate configuration and keys
You can regenerate all the configuration and keys by using `--regenerate` or `-r` options:
Expand Down

0 comments on commit e1c5d04

Please sign in to comment.