network tab

This commit is contained in:
Face
2025-09-05 19:07:21 +03:00
parent 21b4f455c2
commit 4d16a16fe4
42 changed files with 1463 additions and 154 deletions

View File

@@ -2,7 +2,7 @@ extends RefCounted
class_name GurtProtocol
const DNS_SERVER_IP: String = "135.125.163.131"
const DNS_SERVER_PORT: int = 8877
const DNS_SERVER_PORT: int = 4878
static func is_gurt_domain(url: String) -> bool:
if url.begins_with("gurt://"):