forked from fediversity/fediversity
Compare commits
2 commits
603eb57d13
...
e6c35dc29a
| Author | SHA1 | Date | |
|---|---|---|---|
| e6c35dc29a | |||
| db9783adac |
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@ in
|
|||
## Procolix-made ruleset.
|
||||
firewall.enable = false;
|
||||
nftables = {
|
||||
enable = true;
|
||||
rulesetFile = ./nftables-ruleset.nft;
|
||||
enable = false;
|
||||
# rulesetFile = ./nftables-ruleset.nft;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue