Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GoAccess, iptables timeouts, loading of blockbot lists by URL #83

Merged
merged 27 commits into from
Jun 6, 2024
Merged

Commits on May 14, 2024

  1. Set absolute_redirect off

    kx1t authored May 14, 2024
    Configuration menu
    Copy the full SHA
    01bf360 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. add GoAccess reports

    kx1t committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4a432bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a665e4 View commit details
    Browse the repository at this point in the history
  3. typo

    kx1t committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e7758a0 View commit details
    Browse the repository at this point in the history
  4. add changes from main to dev (specifically manual ip block timeou…

    …t bug fix) (#80)
    
    * build(deps): Bump actions/checkout from 4.1.5 to 4.1.6
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.5...v4.1.6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * chore(deps): Update pre-commit hooks
    
    * chore(deps): Update pre-commit hooks
    
    * Update pre-commit-updates.yaml
    
    * Fix: Manual additions to block list should not time out
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Fred Clausen <[email protected]>
    3 people authored May 29, 2024
    Configuration menu
    Copy the full SHA
    08af0b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5393c35 View commit details
    Browse the repository at this point in the history
  6. updates

    kx1t committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c1c562c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Allow URL references in BLOCKBOT variable

    This feature allows BLOCKBOT exclusion terms to be loaded from a URL in addition to terms defined in the parameter: 
    
    - If one of the comma-separated elements is a URL, we will attempt to open this URL and read a comma-separated list of exclusion terms
    - If successful, these exclusion terms will be appended to the BLOCKBOT list
    - the URL itself will be removed from the BLOCKBOT list regardless of success or failure of loading the additional exclusion terms
    kx1t authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c0064dd View commit details
    Browse the repository at this point in the history
  2. Update 30-blockbot

    kx1t authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4b31ef9 View commit details
    Browse the repository at this point in the history
  3. Update 30-blockbot

    kx1t authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    fa4385c View commit details
    Browse the repository at this point in the history
  4. Update 30-blockbot

    kx1t authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    eb094c5 View commit details
    Browse the repository at this point in the history
  5. Update 30-blockbot

    kx1t authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    995b243 View commit details
    Browse the repository at this point in the history
  6. Create blockbot-list

    kx1t authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d5de1ce View commit details
    Browse the repository at this point in the history
  7. Update block-ips

    kx1t authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    253c7d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    c508279 View commit details
    Browse the repository at this point in the history
  2. update

    kx1t committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    25cdabf View commit details
    Browse the repository at this point in the history
  3. update blockbot-list

    kx1t committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    da6a522 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    515beeb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47f6e93 View commit details
    Browse the repository at this point in the history
  6. bug fix

    kx1t committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    52ceb5d View commit details
    Browse the repository at this point in the history
  7. bug fix

    kx1t committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    59c3390 View commit details
    Browse the repository at this point in the history
  8. bug fix

    kx1t committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    46127a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. add check-blockbotlist

    kx1t committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c2f4803 View commit details
    Browse the repository at this point in the history
  2. fix typo

    kx1t committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    35f4a9c View commit details
    Browse the repository at this point in the history
  3. update readme

    kx1t committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6e2fb37 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Update README.md

    kx1t authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    be288d4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into dev

    kx1t authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    68b506d View commit details
    Browse the repository at this point in the history