forked from fediversity/fediversity
Compare commits
No commits in common. "e6c35dc29ac64617c0223a522183401ed914670b" and "603eb57d138e82233e89b433ecf37b6cf20f48fb" have entirely different histories.
e6c35dc29a
...
603eb57d13
2 changed files with 5 additions and 5 deletions
|
|
@ -7,8 +7,8 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check-dns-ubuntu
|
- name: check-dns-ubuntu
|
||||||
image: arunvelsriram/utils
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- dig +trace github.com # communications error to 10.88.0.1#53: timed out
|
# - 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
|
- git clone -v https://git.fediversity.eu/kiara/Fediversity.git
|
||||||
|
- sudo ping -v github.com
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,8 @@ in
|
||||||
## Procolix-made ruleset.
|
## Procolix-made ruleset.
|
||||||
firewall.enable = false;
|
firewall.enable = false;
|
||||||
nftables = {
|
nftables = {
|
||||||
enable = false;
|
enable = true;
|
||||||
# rulesetFile = ./nftables-ruleset.nft;
|
rulesetFile = ./nftables-ruleset.nft;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue