Collection of web proxies with configuration examples for Yggdrasil
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
188 B

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