This commit is contained in:
Hans Karlinius
2024-11-26 08:55:46 +01:00
parent 112877ffb2
commit dd34e6808c
3 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
server {
listen 8099;
allow 172.30.32.2;
deny all;
}