Compare commits

..

No commits in common. "e6c35dc29ac64617c0223a522183401ed914670b" and "603eb57d138e82233e89b433ecf37b6cf20f48fb" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View file

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

View file

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