I need some help, regarding to ssl my LXC Container with Zabbix (directly on Debian, no docker) and DNS proxy on cloudflare and SSL Security.
For context:
I run a debian 12 LXC container with an IPv6 only setup and apache as a webserver.
My network setting:
Read more
For context:
I run a debian 12 LXC container with an IPv6 only setup and apache as a webserver.
My network setting:
Code:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet6 static
address xxxx:xxxx:x:xxx::5/64
gateway xxxx:xxxx:x:xxx::1
auto eth1
iface eth1 inet static
address 192.168.0.45/24
gateway...
Read more