mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-27 15:26:41 +00:00
show IP of the server inside DNS records
This commit is contained in:
@@ -20,7 +20,7 @@ import { initTelemetryClient } from "./lib/telemetry.js";
|
||||
import { TraefikConfigManager } from "./lib/traefik/TraefikConfigManager.js";
|
||||
import { initCleanup } from "#dynamic/cleanup";
|
||||
import license from "#dynamic/license/license";
|
||||
|
||||
import { fetchServerIp } from "./lib/serverIpService.js";
|
||||
async function startServers() {
|
||||
await setHostMeta();
|
||||
|
||||
@@ -31,6 +31,8 @@ async function startServers() {
|
||||
|
||||
await runSetupFunctions();
|
||||
|
||||
await fetchServerIp();
|
||||
|
||||
initTelemetryClient();
|
||||
|
||||
// Start all servers
|
||||
|
||||
Reference in New Issue
Block a user