Add template to enable an IPv6 listener
authorMichael Brown <supermathie@gmail.com>
Tue, 4 Apr 2023 17:36:41 +0000 (13:36 -0400)
committerMichael Brown <supermathie@gmail.com>
Tue, 4 Apr 2023 17:36:41 +0000 (13:36 -0400)
commit7a7c47eefaf2d9a2b573f42e7bfb31bfe7402250
treea358a274f3063acad6ca481dc953c07fcf34845e
parent4f610e7b5c56b8d5d72f69c357eebad34debc449
Add template to enable an IPv6 listener

By default nginx in the container only listens for IPv4 connections. Some users
want to enable direct IPv6 connectivity to the container either via forwarding
or NAT. This provides an easy method to allow that.
samples/standalone.yml
samples/web_only.yml
templates/web.ipv6.template.yml [new file with mode: 0644]