skalenetwork / skalenetwork/node-cli
IPv6 ufw check skip if ufw is disabled
Open
@badrogger is already working on this.
Since Mar 12, 2025.
bug
- Dominant language
- Python
- Stars
- 21
- Forks
- 7
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 5
Description
Currently we have a precondition check, that look at ufw config to verify if IPv6 is disabled there. On vultr, where the ufw(with IPv6) is enabled by default, it is not enough to just disable ufw, we also need to disable IPv6 manually in config, then reload ufw, then disable it for everything to work correctly.
It will be good to have check that ufw is enabled or disabled, before we check that IPv6 there is enabled or disabled
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.