This commit is contained in:
bipproduction
2025-10-06 08:32:50 +08:00
parent 7e4791dc4b
commit 3f1e9b7473
11 changed files with 276 additions and 174 deletions

View File

@@ -3,7 +3,7 @@ import { promises as fs } from "fs";
import * as os from "os";
import * as path from "path";
const CONFIG_FILE = path.join(os.homedir(), ".frpdev.conf");
const CONFIG_FILE = path.join(os.homedir(), ".g3n.conf");
interface FrpConfig {
FRP_HOST: string;