Merge pull request #5 from nemchik/ipv6

Add ipv6 support
This commit is contained in:
aptalca 2018-12-05 16:27:10 -05:00 committed by GitHub
commit a0317f3e16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 69 additions and 31 deletions

View file

@ -2,6 +2,7 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
server_name pihole.*;