fixed subnets, drone proto & host, cleaned up vault

This commit is contained in:
Bastian de Byl
2022-10-06 20:50:05 -04:00
parent 50470a25d7
commit 5d12d516ae
12 changed files with 27 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
geo $whitelisted {
default 0;
192.168.1.0/24 1;
192.168.0.0/16 1;
}
server {
@@ -16,4 +16,4 @@ server {
if ($whitelisted = 0) {
return 302 $scheme://bdebyl.net$request_uri;
}
}
}