Skip to content

Commit

Permalink
feat: opnsense spamhaus block
Browse files Browse the repository at this point in the history
  • Loading branch information
arichtman committed Jan 8, 2025
1 parent 2769510 commit d7217ef
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Y'know, I'm starting to feel pretty good about this.
- Configure Proxmox IPv6 SLAAC. [docs](https://wiki.debian.org/NetworkConfiguration)
- Renew TLS for secondary router.
- Add dNAT port forwarding for Proxmox managment GUI from 443 to 8006
- ~~Configure block lists for public traffic.~~
Done, [Spamhaus](https://docs.opnsense.org/manual/how-tos/drop.html)
- ~~Decide on MACsec for lab security and isolation~~
Hop-only so limited compared to IPSec and we have 2 subnets+, also requires key distribution.
- ~~Enable mDNS responses from OPNsense box~~
Expand Down Expand Up @@ -289,6 +291,26 @@ resize2fs /dev/sda1

#### Opnsense

Features:

- Traps outbound unsecured DNS
- Filters DNS
- Applies local overrides
- Upgrades queries to DoT
- VPNs
- OpenVPN
- Wireguard
- DDNS
- ACME dynamic certificates
- Reverse proxy to internal services
- Security
- Blocks known mailicious IPs with subscribed lists
- Internal prefix delegation
- QEMU guest agent
- TFTP server
- Prometheus export
- Wake-on-lan GUI

##### VM Setup

1. Download iso and unpack
Expand Down Expand Up @@ -371,6 +393,10 @@ Follow one of the 6000 tutorials AKA yes, I forgot to document it.
Follow tutorial AKA forgot to document it.
See also `wg0.conf` in this repo.

##### Piblic traffic block lists

[Spamhaus](https://docs.opnsense.org/manual/how-tos/drop.html)

##### Plugins

- NextCloud backup, configure with an app key.
Expand Down

0 comments on commit d7217ef

Please sign in to comment.