create configuration tree for opennet sub-domains

This commit is contained in:
ghost 2023-11-23 15:03:23 +02:00
parent 849a612d91
commit 06cf59c43c
9 changed files with 167 additions and 266 deletions

11
nginx/opennet/server.conf Normal file
View file

@ -0,0 +1,11 @@
server {
# HTTP/IPv6 connections only
# listen [::]:80 ipv6only=on _;
# Yggdrasil connections only
# allow 0200::/7;
# deny all;
include /etc/nginx/opennet/locations.conf;
}