There might be a solution to the odd website block using a router with a WireGuard connection. It involves changing the MSS value of the LAN adapter in the router.On your OPNSense, disconnect from the WireGuard server, navigate to `Interfaces` - `LAN`, set the `MSS` value to `1300`, apply the changes. Once applied, reconnect to the WireGuard server back, refresh the DHCP lease on your computer (simply reconnecting it to the router works too) and check if the problem persists.It might be possible to fine-tune the MSS value by adding multiples of eight to the MSS value (1308, 1316, 1324, etc.), though do not exceed 1412.