These are my personal regex blocks that I use in my pi-hole instance. I'm publicizing them in the event they may be useful for other people.
(\.|^)cn$
(\.|^)ru$
| # Put this file under /etc/spamassassin/ and run an sa-update or reload amavis etc. | |
| # | |
| #-------------------------------------------------- | |
| # The only RBL I trust, UCEPROTECT1 (single IP, not IP-ranges or entire ISPs) http://uceprotect.net | |
| #-------------------------------------------------- | |
| header RCVD_IN_UCEPROTECT1 eval:check_rbl_txt('uceprotect1', 'dnsbl-1.uceprotect.net') | |
| describe RCVD_IN_UCEPROTECT1 Listed in dnsbl-1.uceprotect.net | |
| tflags RCVD_IN_UCEPROTECT1 net | |
| score RCVD_IN_UCEPROTECT1 1.8 |
| REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Wpad" | |
| REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Wpad" /v "WpadOverride" /t REG_DWORD /d "1" /f | |
| REG ADD "HKLM\Software\policies\Microsoft\Windows NT\DNSClient" | |
| REG ADD "HKLM\Software\policies\Microsoft\Windows NT\DNSClient" /v "EnableMulticast" /t REG_DWORD /d "0" /f |
These are my personal regex blocks that I use in my pi-hole instance. I'm publicizing them in the event they may be useful for other people.
(\.|^)cn$
(\.|^)ru$
create systemctl service file
vim /etc/systemd/system/docker-odoo.service
file content is
| Note: | |
| to keep this list automatically updated, | |
| I turned it into a repo which is automatically updated via cron. | |
| see https://github.com/ychaouche/spamassassin-rules-description | |
| AC_BR_BONANZA Too many newlines in a row... spammy template | |
| ACCESSDB Bericht zou gevangen zijn door accessdb | |
| ACCESSDB Ce message aurait �t� bloqu� par accessdb | |
| ACCESSDB Mensagem teria sido pega pela accessdb | |
| ACCESSDB Message would have been caught by accessdb |
| blueprint: | |
| name: Bathroom Humidity Exhaust Fan | |
| description: > | |
| # 🚿 Bathroom Humidity Exhaust Fan | |
| **Version: 2.6** | |
| Step into the future of freshness - customize it your way and experience the convenience of automated humidity control! 🌿🚿 | |
| esphome: | |
| name: bme680 | |
| friendly_name: Air Quality Sensor | |
| esp8266: | |
| board: d1_mini | |
| # Enable logging | |
| logger: |
| ### START - Update this section with relevant details ### | |
| substitutions: | |
| device_name: "device-name-here" | |
| friendly_name: Device Name Here | |
| board_type: esp32dev | |
| framework: esp-idf # arduino or esp-idf (recommended for ESP32) | |
| # ESPHome API used by Home Assistant, etc |
| #!/usr/bin/env python3 | |
| # Script to extract sensor values from home assistant and republish to WAQI | |
| # Andrew Elwell. Feb 2025. Apache 2.0 licence. | |
| # IMPORTANT - You *WILL* need to update waqi_token, ha_token and ha_url to suit your installation. | |
| # see https://aqicn.org/data-feed/upload-api/ for WAQI | |
| # and https://developers.home-assistant.io/docs/auth_api/#long-lived-access-token for HA | |
| import requests |
See my other guides for SSL certificates on Pi-hole v6:
Pi-hole v6 introduces changes to its web server:
lighttpd.