This commit is contained in:
Administrator 2023-12-13 02:42:04 +03:00
parent b7f50ebfba
commit 7311a9a38a

View File

@ -216,7 +216,7 @@ http {
server { server {
listen 80; listen 80;
server_name yourgols.com; server_name ~^(?<domain>.*)\.sprinthub\.ru$;
resolver 127.0.0.11 ipv6=off; resolver 127.0.0.11 ipv6=off;