diff --git a/.github/workflows/html5validator.yml.disabled b/.github/workflows/html5validator.yml.disabled deleted file mode 100644 index 5f8d464..0000000 --- a/.github/workflows/html5validator.yml.disabled +++ /dev/null @@ -1,25 +0,0 @@ -name: HTML5 Validator - -on: - push: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 # Required will all actions - - - uses: ruby/setup-ruby@v1 - with: - ruby-version: ".ruby-version" - bundler-cache: true # runs 'bundle install' and caches installed gems automatically - - - name: Jekyll build - run: | - bundle exec jekyll build --drafts --profile - - - name: Checks HTML5 validity - uses: Cyb3r-Jak3/html5validator-action@v7.2.0 - with: - root: _site/ - blacklist: n r or ir diff --git a/blog/_posts/2015-06-12-ufw.md b/blog/_posts/2015-06-12-ufw.md index 860d26b..633f2af 100644 --- a/blog/_posts/2015-06-12-ufw.md +++ b/blog/_posts/2015-06-12-ufw.md @@ -23,7 +23,7 @@ configure everything on host level if it was my network). _Threat model: service I am not aware of or that I accidentally make listen wider than intended, with UFW I am aware of what ports are allowed. I assume any -mobile host is going to move randomly and while some whitelists (especially +mobile host is going to move randomly and while some allowlists (especially link-local and IPv4 LANs) will overlap and possibly allow access, it's still better than being open to the internet and overlay networks that I have interacted with recently._ @@ -55,7 +55,7 @@ ufw allow 60000:61000/udp - 22 TCP/ssh — Allow acces to SSHd you don't want to lock yourself out. - previously I used `ufw limit` but it seems to be too oversensitive, just use SSHGuard. -- Deny incoming connections unless the port has been whitelisted. +- Deny incoming connections unless the port has been allowlisted. - Allow all outgoing connections, keeping list of authorized ports would be too much for me. - Start ufw on boot and now (I am not sure if this step is required, but better diff --git a/r/dnt.md b/r/dnt.md index 5328b83..9118157 100644 --- a/r/dnt.md +++ b/r/dnt.md @@ -5,7 +5,6 @@ redirect_from: - r/effdntlist.html - r/effdnt.html - r/dntallowlist.html - - r/dntwhitelist.html - r/dntlist.html sitemap: false ---