update opennet location

This commit is contained in:
ghost 2023-12-03 20:55:24 +02:00
parent 8b1aa75ea4
commit 1bcd1d943a
35 changed files with 368 additions and 365 deletions

View file

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