Compare commits

..

2 commits

Author SHA1 Message Date
e6c35dc29a
disable firewall nftables
Some checks failed
ci/woodpecker/manual/check-dns-nixos Pipeline failed
ci/woodpecker/manual/check-dns-ubuntu Pipeline failed
2025-08-04 12:45:08 +02:00
db9783adac
return to dig 2025-08-04 12:44:52 +02:00
2 changed files with 5 additions and 5 deletions

View file

@ -7,8 +7,8 @@ when:
steps:
- name: check-dns-ubuntu
image: alpine/git
image: arunvelsriram/utils
commands:
# - dig +trace github.com # communications error to 10.88.0.1#53: timed out
- git clone -v https://git.fediversity.eu/kiara/Fediversity.git
- dig +trace github.com # communications error to 10.88.0.1#53: timed out
- sudo ping -v github.com
- git clone -v https://git.fediversity.eu/kiara/Fediversity.git

View file

@ -28,8 +28,8 @@ in
## Procolix-made ruleset.
firewall.enable = false;
nftables = {
enable = true;
rulesetFile = ./nftables-ruleset.nft;
enable = false;
# rulesetFile = ./nftables-ruleset.nft;
};
}