mirror of
https://github.com/YGGverse/YGGbro.git
synced 2026-04-02 18:45:31 +00:00
update opennet location
This commit is contained in:
parent
8b1aa75ea4
commit
1bcd1d943a
35 changed files with 368 additions and 365 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue