Use wireguard for db connections to archlinux.org
All threads resolved!
All threads resolved!
Edited by Kristian Klausen
Merge request reports
Activity
added 1 commit
- 5c049f5f - Use wireguard for db connections to archlinux.org
added 1 commit
- 1be34d15 - Use wireguard for db connections to archlinux.org
added 1 commit
- 0b5d6a9e - Use wireguard for db connections to archlinux.org
- Resolved by Kristian Klausen
What's left to undraft this?
added 44 commits
-
0b5d6a9e...1db79c80 - 43 commits from branch
archlinux:master
- 75bb0e19 - Use wireguard for db connections to archlinux.org
-
0b5d6a9e...1db79c80 - 43 commits from branch
Fixed a few things and removed the old firewall rules on archlinux.org with:
$ IFS=$'\n'; for r in $(firewall-cmd --info-zone=public | grep 5432 | tr -d '\t'); do firewall-cmd --remove-rich-rule "$r"; done $ IFS=$'\n'; for r in $(firewall-cmd --permanent --info-zone=public | grep 5432 | tr -d '\t'); do firewall-cmd --permanent --remove-rich-rule "$r"; done
- Resolved by Kristian Klausen
added 1 commit
- 6a11db2f - Use wireguard for db connections to archlinux.org
mentioned in commit b4a8ee06
Please register or sign in to reply