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

[BUG] Setup Not working as expected #1974

Open
2 tasks done
alfi4000 opened this issue Feb 6, 2025 · 2 comments
Open
2 tasks done

[BUG] Setup Not working as expected #1974

alfi4000 opened this issue Feb 6, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@alfi4000
Copy link

alfi4000 commented Feb 6, 2025

What happened?

Hi yesterday I tried to setup v1.6.0-rc4 but I couldn’t complete the setup because bunker couldn’t connect to the domain nor if I just skipped the check did it work!
I also had two different behaviors on the ip address I was able to to go to /setup but not when I was using the domain, there I got a 500 error! Or now also a 404 error on /setup from the domain I want to use!

The public ip enables setup /setup but not the domain I want to use that I pointed at the instances public ip!

I don't think it has to do anything with pfsense but maybe worth to mention that it is between isp public ip address and instance bunker but forwards both dup tcp 443 and tcp 80 ! When I try to setup on the public ip address it says are you sure you want to proceed to the next step? "m.example.com" Is not unique. and if I click the here to check https://m.example.com/setup/check I get again a 404 error! I have also pointed 10 other domains at the public Ip address I hope that is not the problem!

How to reproduce?

just point the domain at the instance and use my compose file and you will face the same issue!

Configuration file(s) (yaml or .env)

version: "3.8"

x-bw-env: &bw-env
  API_WHITELIST_IP: "127.0.0.0/8 10.20.30.0/24 192.168.50.1/23"
  DATABASE_URI: "mariadb+pymysql://bunkerweb:changeme@bw-db:3306/db"

services:
  bunkerweb:
    image: bunkerity/bunkerweb:1.6.0-rc4
    ports:
      - "80:8080/tcp"
      - "443:8443/tcp"
      - "443:8443/udp" # For QUIC / HTTP3 support
    environment:
      <<: *bw-env
    restart: "unless-stopped"
    networks:
      - bw-universe
      - bw-services

  bw-scheduler:
    image: bunkerity/bunkerweb-scheduler:1.6.0-rc4
    environment:
      <<: *bw-env
      BUNKERWEB_INSTANCES: "bunkerweb"
      SERVER_NAME: "m.example.com"
      MULTISITE: "yes"
      USE_UI: "yes"
      UI_HOST: "http://bw-ui:7000"
    volumes:
      - bw-data:/data # Persist cache and backups
    restart: "unless-stopped"
    networks:
      - bw-universe
      - bw-db

  bw-ui:
    image: bunkerity/bunkerweb-ui:1.6.0-rc4
    environment:
      <<: *bw-env
    restart: "unless-stopped"
    networks:
      - bw-universe
      - bw-db

  bw-db:
    image: mariadb:11
    environment:
      MYSQL_RANDOM_ROOT_PASSWORD: "yes"
      MYSQL_DATABASE: "db"
      MYSQL_USER: "bunkerweb"
      MYSQL_PASSWORD: "changeme" # Remember to change this
    volumes:
      - bw-db:/var/lib/mysql
    restart: "unless-stopped"
    networks:
      - bw-db

volumes:
  bw-data:
  bw-db:

networks:
  bw-universe:
    name: bw-universe
    ipam:
      driver: default
      config:
        - subnet: 10.20.30.0/24
  bw-services:
    name: bw-services
  bw-db:
    name: bw-db

Relevant log output

▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄

[2025-02-06 20:06:24] - ENTRYPOINT - ℹ️ - Starting BunkerWeb v1.6.0-rc4 ...
[2025-02-06 20:06:24] - ENTRYPOINT - ℹ️ - Setup and check /data folder ...
[2025-02-06 20:06:24 +0000] [GENERATOR] [12] [ℹ️ ] - Generator started ...
[2025-02-06 20:06:24 +0000] [GENERATOR] [12] [ℹ️ ] - Settings : /usr/share/bunkerweb/settings.json
[2025-02-06 20:06:24 +0000] [GENERATOR] [12] [ℹ️ ] - Templates : /usr/share/bunkerweb/confs
[2025-02-06 20:06:24 +0000] [GENERATOR] [12] [ℹ️ ] - Core : /usr/share/bunkerweb/core
[2025-02-06 20:06:24 +0000] [GENERATOR] [12] [ℹ️ ] - Plugins : /etc/bunkerweb/plugins
[2025-02-06 20:06:24 +0000] [GENERATOR] [12] [ℹ️ ] - Pro plugins : /etc/bunkerweb/pro/plugins
[2025-02-06 20:06:24 +0000] [GENERATOR] [12] [ℹ️ ] - Output : /etc/nginx
[2025-02-06 20:06:24 +0000] [GENERATOR] [12] [ℹ️ ] - Target : /etc/nginx
[2025-02-06 20:06:24 +0000] [GENERATOR] [12] [ℹ️ ] - Variables : /tmp/variables.env
[2025-02-06 20:06:24 +0000] [GENERATOR] [12] [ℹ️ ] - Checking arguments ...
[2025-02-06 20:06:24 +0000] [GENERATOR] [12] [ℹ️ ] - Computing config ...
[2025-02-06 20:06:24 +0000] [GENERATOR] [12] [ℹ️ ] - Computed 38 core plugins
[2025-02-06 20:06:24 +0000] [GENERATOR] [12] [ℹ️ ] - Computed 0 external plugin
[2025-02-06 20:06:24 +0000] [GENERATOR] [12] [ℹ️ ] - Computed 0 pro plugin
[2025-02-06 20:06:24 +0000] [GENERATOR] [12] [ℹ️ ] - Removing old files ...
[2025-02-06 20:06:24 +0000] [GENERATOR] [12] [ℹ️ ] - Rendering templates ...
[2025-02-06 20:06:25 +0000] [GENERATOR] [12] [ℹ️ ] - Generator successfully executed !
[2025-02-06 20:06:25] - ENTRYPOINT - ℹ️ - Starting nginx ...
2025/02/06 20:06:25 [notice] 63#63: ModSecurity-nginx v1.0.3 (rules loaded inline/local/remote: 0/0/0)
2025/02/06 20:06:25 [notice] 63#63: [INIT] init phase started
2025/02/06 20:06:25 [notice] 63#63: [INIT] deleting old keys from datastore ...
2025/02/06 20:06:25 [notice] 63#63: [INIT] deleted old keys from datastore
2025/02/06 20:06:25 [notice] 63#63: [INIT] saving plugins into datastore ...
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin gzip v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin brotli v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin authbasic v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin redis v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin realip v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin templates v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin customcert v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin reverseproxy v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin metrics v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin whitelist v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin country v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin ui v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin badbehavior v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin selfsigned v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin limit v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin backup v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin inject v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin clientcache v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin misc v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin headers v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin bunkernet v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin db v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin errors v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin antibot v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin dnsbl v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin securitytxt v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin ssl v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin jobs v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin redirect v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin php v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin pro v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin reversescan v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin sessions v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin letsencrypt v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin modsecurity v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin greylist v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin cors v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] loaded plugin blacklist v1.0
2025/02/06 20:06:25 [notice] 63#63: [INIT] saving variables into datastore ...
2025/02/06 20:06:25 [notice] 63#63: [INIT] saved variables into datastore
2025/02/06 20:06:25 [notice] 63#63: [INIT] saving plugins order into datastore ...
2025/02/06 20:06:25 [notice] 63#63: [INIT] plugins order for phase timer : ["badbehavior","metrics"]
2025/02/06 20:06:25 [notice] 63#63: [INIT] plugins order for phase header : ["misc","headers","antibot","cors"]
2025/02/06 20:06:25 [notice] 63#63: [INIT] plugins order for phase rewrite : {}
2025/02/06 20:06:25 [notice] 63#63: [INIT] plugins order for phase access : ["ssl","whitelist","letsencrypt","blacklist","greylist","country","dnsbl","bunkernet","reversescan","limit","misc","cors","securitytxt","antibot"]
2025/02/06 20:06:25 [notice] 63#63: [INIT] plugins order for phase ssl_certificate : ["customcert","letsencrypt","selfsigned"]
2025/02/06 20:06:25 [notice] 63#63: [INIT] plugins order for phase preread : ["whitelist","blacklist","greylist","country","dnsbl","reversescan"]
2025/02/06 20:06:25 [notice] 63#63: [INIT] plugins order for phase log_stream : ["badbehavior","bunkernet"]
2025/02/06 20:06:25 [notice] 63#63: [INIT] plugins order for phase log_default : ["badbehavior","bunkernet","misc","metrics"]
2025/02/06 20:06:25 [notice] 63#63: [INIT] plugins order for phase init_workers : {}
2025/02/06 20:06:25 [notice] 63#63: [INIT] plugins order for phase init : ["sessions","whitelist","blacklist","greylist","bunkernet","limit","securitytxt","headers","selfsigned","customcert","letsencrypt"]
2025/02/06 20:06:25 [notice] 63#63: [INIT] plugins order for phase init_worker : ["redis","bunkernet","dnsbl"]
2025/02/06 20:06:25 [notice] 63#63: [INIT] plugins order for phase log : ["badbehavior","bunkernet","errors","metrics"]
2025/02/06 20:06:25 [notice] 63#63: [INIT] plugins order for phase content : ["securitytxt","antibot"]
2025/02/06 20:06:25 [notice] 63#63: [INIT] plugins order for phase set : ["sessions","whitelist","letsencrypt","customcert","selfsigned","ui"]
2025/02/06 20:06:25 [notice] 63#63: [INIT] saved plugins order into datastore
2025/02/06 20:06:25 [notice] 63#63: [INIT] calling init() methods of plugins ...
2025/02/06 20:06:25 [notice] 63#63: [INIT] sessions:init() call successful : init not needed
2025/02/06 20:06:25 [notice] 63#63: [INIT] whitelist:init() call successful : init not needed
2025/02/06 20:06:25 [notice] 63#63: [INIT] blacklist:init() call successful : init not needed
2025/02/06 20:06:25 [notice] 63#63: [INIT] greylist:init() call successful : init not needed
2025/02/06 20:06:25 [notice] 63#63: [INIT] bunkernet:init() call successful : no service uses BunkerNet, skipping init
2025/02/06 20:06:25 [notice] 63#63: [INIT] limit:init() call successful : no service uses limit for requests, skipping init
2025/02/06 20:06:25 [notice] 63#63: [INIT] securitytxt:init() call successful : successfully loaded security policies
2025/02/06 20:06:25 [notice] 63#63: [INIT] headers:init() call successful : successfully loaded 1 custom headers
2025/02/06 20:06:25 [notice] 63#63: [INIT] selfsigned:init() call successful : self signed is not used
2025/02/06 20:06:25 [notice] 63#63: [INIT] customcert:init() call successful : custom cert is not used
2025/02/06 20:06:25 [notice] 63#63: [INIT] letsencrypt:init() call successful : let's encrypt is not used
2025/02/06 20:06:25 [notice] 63#63: [INIT] called init() methods of plugins
2025/02/06 20:06:25 [notice] 63#63: [INIT] init phase ended
2025/02/06 20:06:25 [notice] 63#63: using the "epoll" event method
2025/02/06 20:06:25 [notice] 63#63: nginx/1.26.2
2025/02/06 20:06:25 [notice] 63#63: built by gcc 13.2.1 20240309 (Alpine 13.2.1_git20240309) 
2025/02/06 20:06:25 [notice] 63#63: OS: Linux 5.15.0-131-generic
2025/02/06 20:06:25 [notice] 63#63: getrlimit(RLIMIT_NOFILE): 1048576:1048576
2025/02/06 20:06:25 [notice] 63#63: start worker processes
2025/02/06 20:06:25 [notice] 63#63: start worker process 67
2025/02/06 20:06:25 [notice] 63#63: start worker process 68
2025/02/06 20:06:25 [notice] 63#63: start worker process 69
2025/02/06 20:06:25 [notice] 63#63: start worker process 70
2025/02/06 20:06:25 [notice] 63#63: start worker process 71
2025/02/06 20:06:25 [notice] 63#63: start worker process 72
2025/02/06 20:06:44 [notice] 68#68: *9 [API] validated access from IP 10.20.30.4, client: 10.20.30.4, server: bwapi, request: "POST /custom_configs HTTP/1.1", host: "bwapi"
2025/02/06 20:06:44 [notice] 68#68: signal 17 (SIGCHLD) received from 89
2025/02/06 20:06:44 [notice] 68#68: signal 17 (SIGCHLD) received from 90
2025/02/06 20:06:44 [notice] 68#68: *9 [API] successful call from 10.20.30.4 on /custom_configs : saved data at /etc/bunkerweb/configs, client: 10.20.30.4, server: bwapi, request: "POST /custom_configs HTTP/1.1", host: "bwapi"
bwapi 10.20.30.4 - - [06/Feb/2025:20:06:44 +0000] "POST /custom_configs HTTP/1.1" 200 80 "-" "bwapi"
2025/02/06 20:06:44 [notice] 67#67: *10 [API] validated access from IP 10.20.30.4, client: 10.20.30.4, server: bwapi, request: "POST /plugins HTTP/1.1", host: "bwapi"
2025/02/06 20:06:44 [notice] 67#67: signal 17 (SIGCHLD) received from 92
2025/02/06 20:06:44 [notice] 72#72: *11 [API] validated access from IP 10.20.30.4, client: 10.20.30.4, server: bwapi, request: "POST /pro_plugins HTTP/1.1", host: "bwapi"
2025/02/06 20:06:44 [notice] 67#67: signal 17 (SIGCHLD) received from 93
2025/02/06 20:06:44 [notice] 67#67: *10 [API] successful call from 10.20.30.4 on /plugins : saved data at /etc/bunkerweb/plugins, client: 10.20.30.4, server: bwapi, request: "POST /plugins HTTP/1.1", host: "bwapi"
bwapi 10.20.30.4 - - [06/Feb/2025:20:06:44 +0000] "POST /plugins HTTP/1.1" 200 80 "-" "bwapi"
2025/02/06 20:06:44 [notice] 72#72: signal 17 (SIGCHLD) received from 94
2025/02/06 20:06:44 [notice] 72#72: signal 17 (SIGCHLD) received from 96
2025/02/06 20:06:44 [notice] 72#72: *11 [API] successful call from 10.20.30.4 on /pro_plugins : saved data at /etc/bunkerweb/pro/plugins, client: 10.20.30.4, server: bwapi, request: "POST /pro_plugins HTTP/1.1", host: "bwapi"
bwapi 10.20.30.4 - - [06/Feb/2025:20:06:44 +0000] "POST /pro_plugins HTTP/1.1" 200 85 "-" "bwapi"
2025/02/06 20:06:56 [notice] 70#70: *13 [API] validated access from IP 10.20.30.4, client: 10.20.30.4, server: bwapi, request: "POST /confs HTTP/1.1", host: "bwapi"
2025/02/06 20:06:56 [notice] 70#70: signal 17 (SIGCHLD) received from 106
2025/02/06 20:06:56 [notice] 70#70: signal 17 (SIGCHLD) received from 107
2025/02/06 20:06:56 [notice] 70#70: *13 [API] successful call from 10.20.30.4 on /confs : saved data at /etc/nginx, client: 10.20.30.4, server: bwapi, request: "POST /confs HTTP/1.1", host: "bwapi"
bwapi 10.20.30.4 - - [06/Feb/2025:20:06:56 +0000] "POST /confs HTTP/1.1" 200 67 "-" "bwapi"
2025/02/06 20:06:57 [notice] 72#72: *14 [API] validated access from IP 10.20.30.4, client: 10.20.30.4, server: bwapi, request: "POST /cache HTTP/1.1", host: "bwapi"
2025/02/06 20:06:57 [notice] 72#72: signal 17 (SIGCHLD) received from 109
2025/02/06 20:06:58 [notice] 72#72: signal 17 (SIGCHLD) received from 110
2025/02/06 20:06:58 [notice] 72#72: *14 [API] successful call from 10.20.30.4 on /cache : saved data at /var/cache/bunkerweb, client: 10.20.30.4, server: bwapi, request: "POST /cache HTTP/1.1", host: "bwapi"
bwapi 10.20.30.4 - - [06/Feb/2025:20:06:57 +0000] "POST /cache HTTP/1.1" 200 78 "-" "bwapi"
2025/02/06 20:06:58 [notice] 69#69: *15 [API] validated access from IP 10.20.30.4, client: 10.20.30.4, server: bwapi, request: "POST /reload?test=yes HTTP/1.1", host: "bwapi"
2025/02/06 20:06:58 [notice] 69#69: *15 [API] Checking Nginx configuration, client: 10.20.30.4, server: bwapi, request: "POST /reload?test=yes HTTP/1.1", host: "bwapi"
2025/02/06 20:06:58 [notice] 112#112: ModSecurity-nginx v1.0.3 (rules loaded inline/local/remote: 0/810/0)
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
2025/02/06 20:06:59 [notice] 69#69: signal 17 (SIGCHLD) received from 112
2025/02/06 20:06:59 [notice] 69#69: *15 [API] Nginx configuration is valid, client: 10.20.30.4, server: bwapi, request: "POST /reload?test=yes HTTP/1.1", host: "bwapi"
2025/02/06 20:06:59 [notice] 69#69: *15 [API] Reloading Nginx, client: 10.20.30.4, server: bwapi, request: "POST /reload?test=yes HTTP/1.1", host: "bwapi"
2025/02/06 20:06:59 [notice] 63#63: signal 1 (SIGHUP) received from 69, reconfiguring
2025/02/06 20:06:59 [notice] 63#63: reconfiguring
2025/02/06 20:06:59 [notice] 69#69: *15 [API] successful call from 10.20.30.4 on /reload : reload successful, client: 10.20.30.4, server: bwapi, request: "POST /reload?test=yes HTTP/1.1", host: "bwapi"
bwapi 10.20.30.4 - - [06/Feb/2025:20:06:58 +0000] "POST /reload?test=yes HTTP/1.1" 200 58 "-" "bwapi"
2025/02/06 20:06:59 [notice] 63#63: ModSecurity-nginx v1.0.3 (rules loaded inline/local/remote: 0/810/0)
2025/02/06 20:06:59 [notice] 63#63: [INIT] init phase started
2025/02/06 20:06:59 [notice] 63#63: [INIT] deleting old keys from datastore ...
2025/02/06 20:06:59 [notice] 63#63: [INIT] deleted old keys from datastore
2025/02/06 20:06:59 [notice] 63#63: [INIT] saving plugins into datastore ...
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin gzip v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin brotli v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin authbasic v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin redis v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin realip v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin templates v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin customcert v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin reverseproxy v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin metrics v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin whitelist v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin country v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin ui v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin badbehavior v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin selfsigned v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin limit v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin backup v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin inject v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin clientcache v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin misc v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin headers v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin bunkernet v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin db v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin errors v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin antibot v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin dnsbl v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin securitytxt v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin ssl v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin jobs v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin redirect v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin php v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin pro v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin reversescan v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin sessions v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin letsencrypt v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin modsecurity v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin greylist v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin cors v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] loaded plugin blacklist v1.0
2025/02/06 20:06:59 [notice] 63#63: [INIT] saving variables into datastore ...
2025/02/06 20:06:59 [notice] 63#63: [INIT] saved variables into datastore
2025/02/06 20:06:59 [notice] 63#63: [INIT] saving plugins order into datastore ...
2025/02/06 20:06:59 [notice] 63#63: [INIT] plugins order for phase preread : ["whitelist","blacklist","greylist","country","dnsbl","reversescan"]
2025/02/06 20:06:59 [notice] 63#63: [INIT] plugins order for phase log_stream : ["badbehavior","bunkernet"]
2025/02/06 20:06:59 [notice] 63#63: [INIT] plugins order for phase log_default : ["badbehavior","bunkernet","misc","metrics"]
2025/02/06 20:06:59 [notice] 63#63: [INIT] plugins order for phase init : ["sessions","whitelist","blacklist","greylist","bunkernet","limit","securitytxt","letsencrypt","headers","selfsigned","customcert"]
2025/02/06 20:06:59 [notice] 63#63: [INIT] plugins order for phase init_worker : ["redis","bunkernet","dnsbl"]
2025/02/06 20:06:59 [notice] 63#63: [INIT] plugins order for phase init_workers : {}
2025/02/06 20:06:59 [notice] 63#63: [INIT] plugins order for phase log : ["badbehavior","bunkernet","errors","metrics"]
2025/02/06 20:06:59 [notice] 63#63: [INIT] plugins order for phase timer : ["badbehavior","metrics"]
2025/02/06 20:06:59 [notice] 63#63: [INIT] plugins order for phase set : ["sessions","whitelist","letsencrypt","customcert","selfsigned","ui"]
2025/02/06 20:06:59 [notice] 63#63: [INIT] plugins order for phase content : ["securitytxt","antibot"]
2025/02/06 20:06:59 [notice] 63#63: [INIT] plugins order for phase rewrite : {}
2025/02/06 20:06:59 [notice] 63#63: [INIT] plugins order for phase access : ["ssl","whitelist","letsencrypt","blacklist","greylist","country","dnsbl","bunkernet","reversescan","limit","misc","cors","securitytxt","antibot"]
2025/02/06 20:06:59 [notice] 63#63: [INIT] plugins order for phase header : ["headers","antibot","cors","misc"]
2025/02/06 20:06:59 [notice] 63#63: [INIT] plugins order for phase ssl_certificate : ["customcert","letsencrypt","selfsigned"]
2025/02/06 20:06:59 [notice] 63#63: [INIT] saved plugins order into datastore
2025/02/06 20:06:59 [notice] 63#63: [INIT] calling init() methods of plugins ...
2025/02/06 20:06:59 [notice] 63#63: [INIT] sessions:init() call successful : sessions init successful
2025/02/06 20:06:59 [notice] 63#63: [INIT] whitelist:init() call successful : successfully loaded all IP/network/rDNS/ASN/User-Agent/URI
2025/02/06 20:06:59 [notice] 63#63: [INIT] blacklist:init() call successful : successfully loaded all IP/network/rDNS/ASN/User-Agent/URI
2025/02/06 20:06:59 [notice] 63#63: [INIT] greylist:init() call successful : init not needed
2025/02/06 20:06:59 [error] 63#63: [INIT] bunkernet:init() call failed : can't read instance id : /var/cache/bunkerweb/bunkernet/instance.id: No such file or directory
2025/02/06 20:06:59 [notice] 63#63: [INIT] limit:init() call successful : successfully loaded 2 limit rules for requests
2025/02/06 20:06:59 [notice] 63#63: [INIT] securitytxt:init() call successful : successfully loaded security policies
2025/02/06 20:06:59 [notice] 63#63: [INIT] letsencrypt:init() call successful : let's encrypt is not used
2025/02/06 20:06:59 [notice] 63#63: [INIT] headers:init() call successful : successfully loaded 2 custom headers
2025/02/06 20:06:59 [notice] 63#63: [INIT] selfsigned:init() call successful : self signed is not used
2025/02/06 20:06:59 [notice] 63#63: [INIT] customcert:init() call successful : custom cert is not used
2025/02/06 20:06:59 [notice] 63#63: [INIT] called init() methods of plugins
2025/02/06 20:06:59 [notice] 63#63: [INIT] init phase ended
2025/02/06 20:06:59 [notice] 63#63: using the "epoll" event method
2025/02/06 20:06:59 [notice] 63#63: start worker processes
2025/02/06 20:06:59 [notice] 63#63: start worker process 184
2025/02/06 20:06:59 [notice] 63#63: start worker process 185
2025/02/06 20:06:59 [notice] 63#63: start worker process 186
2025/02/06 20:06:59 [notice] 63#63: start worker process 187
2025/02/06 20:06:59 [notice] 63#63: start worker process 188
2025/02/06 20:06:59 [notice] 63#63: start worker process 189
2025/02/06 20:07:00 [notice] 67#67: gracefully shutting down
2025/02/06 20:07:00 [notice] 72#72: gracefully shutting down
2025/02/06 20:07:00 [notice] 63#63: signal 17 (SIGCHLD) received from 143
2025/02/06 20:07:00 [notice] 68#68: gracefully shutting down
2025/02/06 20:07:00 [notice] 63#63: unknown process 181 exited with code 0
2025/02/06 20:07:00 [notice] 72#72: exiting
2025/02/06 20:07:00 [notice] 69#69: gracefully shutting down
2025/02/06 20:07:00 [notice] 67#67: exiting
2025/02/06 20:07:00 [notice] 68#68: exiting
2025/02/06 20:07:00 [notice] 69#69: exiting
2025/02/06 20:07:00 [notice] 71#71: gracefully shutting down
2025/02/06 20:07:00 [notice] 71#71: exiting
2025/02/06 20:07:00 [notice] 70#70: gracefully shutting down
2025/02/06 20:07:00 [notice] 70#70: exiting
2025/02/06 20:07:00 [notice] 67#67: exit
2025/02/06 20:07:00 [notice] 69#69: exit
2025/02/06 20:07:00 [notice] 72#72: exit
2025/02/06 20:07:00 [notice] 68#68: exit
2025/02/06 20:07:00 [notice] 70#70: exit
2025/02/06 20:07:00 [notice] 71#71: exit
2025/02/06 20:07:00 [notice] 63#63: signal 17 (SIGCHLD) received from 72
2025/02/06 20:07:00 [notice] 63#63: worker process 72 exited with code 0
2025/02/06 20:07:00 [notice] 63#63: signal 29 (SIGIO) received
2025/02/06 20:07:00 [notice] 63#63: signal 17 (SIGCHLD) received from 69
2025/02/06 20:07:00 [notice] 63#63: worker process 69 exited with code 0
2025/02/06 20:07:00 [notice] 63#63: signal 29 (SIGIO) received
2025/02/06 20:07:00 [notice] 63#63: signal 17 (SIGCHLD) received from 68
2025/02/06 20:07:00 [notice] 63#63: worker process 68 exited with code 0
2025/02/06 20:07:00 [notice] 63#63: signal 29 (SIGIO) received
2025/02/06 20:07:00 [notice] 63#63: signal 17 (SIGCHLD) received from 71
2025/02/06 20:07:00 [notice] 63#63: worker process 71 exited with code 0
2025/02/06 20:07:00 [notice] 63#63: signal 29 (SIGIO) received
2025/02/06 20:07:00 [notice] 63#63: signal 17 (SIGCHLD) received from 70
2025/02/06 20:07:00 [notice] 63#63: worker process 67 exited with code 0
2025/02/06 20:07:00 [notice] 63#63: worker process 70 exited with code 0
2025/02/06 20:07:00 [notice] 63#63: signal 29 (SIGIO) received
2025/02/06 20:07:04 [error] 184#184: *23 [INIT-WORKER] bunkernet:init_worker() call failed : missing instance ID, context: ngx.timer
2025/02/06 20:07:05 [error] 184#184: *23 [UTILS] error while doing A DNS query for 2.0.0.127.bl.blocklist.de : failed to receive reply from UDP server 127.0.0.11:53: timeout, context: ngx.timer
2025/02/06 20:07:05 [error] 184#184: *23 [UTILS] error while doing A DNS query for 2.0.0.127.sbl.spamhaus.org : failed to receive reply from UDP server 127.0.0.11:53: timeout, context: ngx.timer
2025/02/06 20:07:05 [error] 184#184: *23 [UTILS] error while doing A DNS query for 2.0.0.127.xbl.spamhaus.org : failed to receive reply from UDP server 127.0.0.11:53: timeout, context: ngx.timer
2025/02/06 20:07:05 [error] 184#184: *23 [DNSBL] dnsbl check for xbl.spamhaus.org failed, context: ngx.timer
2025/02/06 20:07:05 [error] 184#184: *23 [DNSBL] dnsbl check for bl.blocklist.de failed, context: ngx.timer
2025/02/06 20:07:05 [error] 184#184: *23 [DNSBL] dnsbl check for sbl.spamhaus.org failed, context: ngx.timer
2025/02/06 20:07:05 [notice] 184#184: *23 [INIT-WORKER] BunkerWeb is ready to fool hackers ! 🚀, context: ngx.timer
2025/02/06 20:07:29 [notice] 187#187: *70 [API] validated access from IP 10.20.30.4, client: 10.20.30.4, server: bwapi, request: "GET /health HTTP/1.1", host: "bwapi"
2025/02/06 20:07:29 [notice] 187#187: *70 [API] successful call from 10.20.30.4 on /health : ok, client: 10.20.30.4, server: bwapi, request: "GET /health HTTP/1.1", host: "bwapi"
bwapi 10.20.30.4 - - [06/Feb/2025:20:07:29 +0000] "GET /health HTTP/1.1" 200 43 "-" "bwapi"
2025/02/06 20:08:00 [notice] 187#187: *110 [API] validated access from IP 10.20.30.4, client: 10.20.30.4, server: bwapi, request: "GET /health HTTP/1.1", host: "bwapi"
2025/02/06 20:08:00 [notice] 187#187: *110 [API] successful call from 10.20.30.4 on /health : ok, client: 10.20.30.4, server: bwapi, request: "GET /health HTTP/1.1", host: "bwapi"
bwapi 10.20.30.4 - - [06/Feb/2025:20:08:00 +0000] "GET /health HTTP/1.1" 200 43 "-" "bwapi"
2025/02/06 20:08:30 [notice] 185#185: *150 [API] validated access from IP 10.20.30.4, client: 10.20.30.4, server: bwapi, request: "GET /health HTTP/1.1", host: "bwapi"
2025/02/06 20:08:30 [notice] 185#185: *150 [API] successful call from 10.20.30.4 on /health : ok, client: 10.20.30.4, server: bwapi, request: "GET /health HTTP/1.1", host: "bwapi"
bwapi 10.20.30.4 - - [06/Feb/2025:20:08:30 +0000] "GET /health HTTP/1.1" 200 43 "-" "bwapi"
2025/02/06 20:08:52 [notice] 184#184: *179 [ACCESS] ssl redirect to https://m.example.com/ : redirect to HTTPS, client: 111.111.11.11, server: m.example.com, request: "GET / HTTP/1.1", host: "m.example.com"
m.example.com 111.111.11.11 - - [06/Feb/2025:20:08:52 +0000] "GET / HTTP/1.1" 301 162 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1"
2025/02/06 20:09:00 [notice] 187#187: *196 [API] validated access from IP 10.20.30.4, client: 10.20.30.4, server: bwapi, request: "GET /health HTTP/1.1", host: "bwapi"
2025/02/06 20:09:00 [notice] 187#187: *196 [API] successful call from 10.20.30.4 on /health : ok, client: 10.20.30.4, server: bwapi, request: "GET /health HTTP/1.1", host: "bwapi"
bwapi 10.20.30.4 - - [06/Feb/2025:20:09:00 +0000] "GET /health HTTP/1.1" 200 43 "-" "bwapi"
2025/02/06 20:09:10 [error] 187#187: *210 [ACCESS] bunkernet:access() call failed : missing instance ID, client: 111.111.11.11, server: m.example.com, request: "GET / HTTP/2.0", host: "m.example.com"
m.example.com 111.111.11.11 - - [06/Feb/2025:20:09:10 +0000] "GET / HTTP/2.0" 404 184304 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1"
2025/02/06 20:09:14 [notice] 184#184: *218 [BADBEHAVIOR] increased counter for IP 111.111.11.11 (1/10) on server m.example.com (status 404), context: ngx.timer
2025/02/06 20:09:31 [notice] 184#184: *242 [API] validated access from IP 10.20.30.4, client: 10.20.30.4, server: bwapi, request: "GET /health HTTP/1.1", host: "bwapi"
2025/02/06 20:09:31 [notice] 184#184: *242 [API] successful call from 10.20.30.4 on /health : ok, client: 10.20.30.4, server: bwapi, request: "GET /health HTTP/1.1", host: "bwapi"
bwapi 10.20.30.4 - - [06/Feb/2025:20:09:31 +0000] "GET /health HTTP/1.1" 200 43 "-" "bwapi"
2025/02/06 20:10:01 [notice] 185#185: *282 [API] validated access from IP 10.20.30.4, client: 10.20.30.4, server: bwapi, request: "GET /health HTTP/1.1", host: "bwapi"
2025/02/06 20:10:01 [notice] 185#185: *282 [API] successful call from 10.20.30.4 on /health : ok, client: 10.20.30.4, server: bwapi, request: "GET /health HTTP/1.1", host: "bwapi"
bwapi 10.20.30.4 - - [06/Feb/2025:20:10:01 +0000] "GET /health HTTP/1.1" 200 43 "-" "bwapi"
2025/02/06 20:10:19 [notice] 184#184: *303 [BADBEHAVIOR] decreased counter for IP 111.111.11.11 (0/10) on server m.example.com (status 404), context: ngx.timer
2025/02/06 20:10:32 [notice] 185#185: *322 [API] validated access from IP 10.20.30.4, client: 10.20.30.4, server: bwapi, request: "GET /health HTTP/1.1", host: "bwapi"
2025/02/06 20:10:32 [notice] 185#185: *322 [API] successful call from 10.20.30.4 on /health : ok, client: 10.20.30.4, server: bwapi, request: "GET /health HTTP/1.1", host: "bwapi"
bwapi 10.20.30.4 - - [06/Feb/2025:20:10:32 +0000] "GET /health HTTP/1.1" 200 43 "-" "bwapi"
2025/02/06 20:10:42 [error] 188#188: *337 [ACCESS] bunkernet:access() call failed : missing instance ID, client: 111.111.11.11, server: m.example.com, request: "GET /setup HTTP/2.0", host: "m.example.com"
m.example.com 111.111.11.11 - - [06/Feb/2025:20:10:42 +0000] "GET /setup HTTP/2.0" 404 184304 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1"
2025/02/06 20:10:44 [notice] 184#184: *339 [BADBEHAVIOR] increased counter for IP 111.111.11.11 (1/10) on server m.example.com (status 404), context: ngx.timer
97.104.14.20 111.111.11.11 - - [06/Feb/2025:20:10:58 +0000] "GET / HTTP/1.1" 200 156959 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1"
2025/02/06 20:11:02 [notice] 188#188: *365 [API] validated access from IP 10.20.30.4, client: 10.20.30.4, server: bwapi, request: "GET /health HTTP/1.1", host: "bwapi"
2025/02/06 20:11:02 [notice] 188#188: *365 [API] successful call from 10.20.30.4 on /health : ok, client: 10.20.30.4, server: bwapi, request: "GET /health HTTP/1.1", host: "bwapi"
bwapi 10.20.30.4 - - [06/Feb/2025:20:11:02 +0000] "GET /health HTTP/1.1" 200 43 "-" "bwapi"
97.104.14.20 111.111.11.11 - - [06/Feb/2025:20:11:02 +0000] "GET / HTTP/1.1" 200 156959 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1"
97.104.14.20 111.111.11.11 - - [06/Feb/2025:20:11:04 +0000] "GET /setup HTTP/1.1" 200 156959 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1"
97.104.14.20 111.111.11.11 - - [06/Feb/2025:20:11:14 +0000] "GET /setup HTTP/2.0" 200 156945 "" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1"
97.104.14.20 111.111.11.11 - - [06/Feb/2025:20:11:21 +0000] "GET /setup HTTP/2.0" 200 156945 "" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1"
97.104.14.20 111.111.11.11 - - [06/Feb/2025:20:11:25 +0000] "GET /setup HTTP/2.0" 200 156945 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1"
2025/02/06 20:11:32 [notice] 188#188: *410 [API] validated access from IP 10.20.30.4, client: 10.20.30.4, server: bwapi, request: "GET /health HTTP/1.1", host: "bwapi"
2025/02/06 20:11:32 [notice] 188#188: *410 [API] successful call from 10.20.30.4 on /health : ok, client: 10.20.30.4, server: bwapi, request: "GET /health HTTP/1.1", host: "bwapi"
bwapi 10.20.30.4 - - [06/Feb/2025:20:11:32 +0000] "GET /health HTTP/1.1" 200 43 "-" "bwapi"
2025/02/06 20:11:35 [error] 184#184: *418 [ACCESS] bunkernet:access() call failed : missing instance ID, client: 111.111.11.11, server: m.example.com, request: "GET /setup HTTP/2.0", host: "m.example.com"
m.example.com 111.111.11.11 - - [06/Feb/2025:20:11:36 +0000] "GET /setup HTTP/2.0" 404 184304 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1"
2025/02/06 20:11:39 [notice] 184#184: *421 [BADBEHAVIOR] increased counter for IP 111.111.11.11 (2/10) on server m.example.com (status 404), context: ngx.timer
2025/02/06 20:11:49 [notice] 184#184: *434 [BADBEHAVIOR] decreased counter for IP 111.111.11.11 (1/10) on server m.example.com (status 404), context: ngx.timer
2025/02/06 20:12:03 [notice] 188#188: *452 [API] validated access from IP 10.20.30.4, client: 10.20.30.4, server: bwapi, request: "GET /health HTTP/1.1", host: "bwapi"
2025/02/06 20:12:03 [notice] 188#188: *452 [API] successful call from 10.20.30.4 on /health : ok, client: 10.20.30.4, server: bwapi, request: "GET /health HTTP/1.1", host: "bwapi"
bwapi 10.20.30.4 - - [06/Feb/2025:20:12:03 +0000] "GET /health HTTP/1.1" 200 43 "-" "bwapi"

BunkerWeb version

1.6.0-rc4

What integration are you using?

Docker

Linux distribution (if applicable)

Ubuntu Server 22.04

Removed private data

  • I have removed all private data from the configuration file and the logs

Code of Conduct

  • I agree to follow this project's Code of Conduct
@alfi4000 alfi4000 added the bug Something isn't working label Feb 6, 2025
@TheophileDiot
Copy link
Member

Hi @alfi4000, thank you for opening this issue. Can you join the discord server to discuss this further ? Thank you !
https://discord.bunkerweb.io

@alfi4000
Copy link
Author

alfi4000 commented Feb 7, 2025

Ok I already joined yesterday where should I go and what should I do is we can discuss further?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants