mirror of
git://f0xx.org/ac/ac-ms-remote-access
synced 2026-07-29 00:58:12 +03:00
Fix iodine connect default tunnel domain to live iod.airie.me.
t0.f0xx.org is not delegated; iodined on FE serves iod.airie.me. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -398,7 +398,7 @@ final class RemoteAccessRepository {
|
||||
$expiresAt = (int) ($session['expires_at'] ?? (time() + 3600));
|
||||
$serverHost = (string) cfg('remote_access.iodine.server_host', 'apps.f0xx.org');
|
||||
$udpPort = (int) cfg('remote_access.iodine.udp_port', 5350);
|
||||
$tunnelDomain = (string) cfg('remote_access.iodine.tunnel_domain', 't0.f0xx.org');
|
||||
$tunnelDomain = (string) cfg('remote_access.iodine.tunnel_domain', 'iod.airie.me');
|
||||
$password = (string) cfg('remote_access.iodine.password', 'zxc123');
|
||||
$endpoint = $serverHost . ':' . $udpPort;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user