refactor opennet conf

This commit is contained in:
ghost 2023-12-03 19:23:01 +02:00
parent 1872672f64
commit b24b24a672
18 changed files with 46 additions and 40 deletions

View file

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