Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure DNS #85

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use resolvectl
yusancky committed Apr 3, 2024
commit 8b0847d7c5ab5df9e72bfe9d1f5b39864b9e0ffc
6 changes: 3 additions & 3 deletions .github/workflows/AllUp.yml
Original file line number Diff line number Diff line change
@@ -32,9 +32,9 @@ jobs:
run: pip install -r requirements.txt
- name: Configure DNS
run: |
sudo systemd-resolve --set-dns=114.114.114.114 --set-dns=223.6.6.6
cat /run/systemd/resolve/resolv.conf
sudo systemctl restart systemd-resolved.service
sudo systemctl enable --now systemd-resolved
sudo resolvectl dns --global 114.114.114.114
resolvectl status
- name: Main
run: python main.py
env: