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:
|
steps:
|
||||||
- name: check-dns-ubuntu
|
- name: check-dns-ubuntu
|
||||||
image: alpine/git
|
image: arunvelsriram/utils
|
||||||
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
|
||||||
- git clone -v https://git.fediversity.eu/kiara/Fediversity.git
|
|
||||||
- sudo ping -v github.com
|
- sudo ping -v github.com
|
||||||
|
- git clone -v https://git.fediversity.eu/kiara/Fediversity.git
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,8 @@ in
|
||||||
## Procolix-made ruleset.
|
## Procolix-made ruleset.
|
||||||
firewall.enable = false;
|
firewall.enable = false;
|
||||||
nftables = {
|
nftables = {
|
||||||
enable = true;
|
enable = false;
|
||||||
rulesetFile = ./nftables-ruleset.nft;
|
# rulesetFile = ./nftables-ruleset.nft;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue