This commit is contained in:
2025-07-23 11:42:17 +03:00
parent c463f746a4
commit dabc7647a5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
trusted_domains = [ trusted_domains = [
"nextcloud.zeroq.ru" "nextcloud.zeroq.ru"
"100.64.0.0" "100.64.0.0"
"192.168.1.18" "192.168.1.20"
"localhost" "localhost"
]; ];
}; };
+1 -1
View File
@@ -23,7 +23,7 @@
port = 10000; port = 10000;
} }
{ {
addr = "192.168.1.18"; addr = "192.168.1.20";
port = 10000; port = 10000;
} }
]; ];