From 4cc25bea963c09a1eb0f951bed1eabc75d196446 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 31 May 2023 23:55:57 +0800 Subject: Add v2ray. --- tool/aio.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tool/aio.py') diff --git a/tool/aio.py b/tool/aio.py index 648e8b4..970c389 100755 --- a/tool/aio.py +++ b/tool/aio.py @@ -239,8 +239,7 @@ def run(): console.print(domain) case "nginx": - domain = check_domain_is_defined() - nginx(domain, console) + raise Exception("This command is deprecated.") case "certbot": domain = check_domain_is_defined() -- cgit v1.2.3