We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3084981 commit c9b7e01Copy full SHA for c9b7e01
opt/init.py
@@ -113,10 +113,10 @@ def parse_xray_x25519_output(stdout : str) -> tuple[str, str]:
113
return (skey.strip(), pkey.strip())
114
115
def main():
116
+ print(f"Initializing d2ray...", flush=True)
117
args = d2args()
118
args.from_env()
119
- print("====== init.py ======", flush=True)
120
print(f"Checking key file...", flush=True)
121
if not KEY_FILE.exists():
122
print(f"Key file not found at {KEY_FILE}. Generating...")
0 commit comments