1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
Daniel Neto 2024-05-31 17:54:32 -03:00
parent 6d3bd4d451
commit 729d369d9a

View file

@ -124,7 +124,7 @@ http {
allow 127.0.0.1;
# Allow requests from the entire 172.0.0.0/8 range
allow 172.0.0.0/8;
allow 172.16.0.0/12;
# Deny all other requests
deny all;