diff options
author | crupest <crupest@outlook.com> | 2023-05-31 23:55:57 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-05-31 23:55:57 +0800 |
commit | 4cc25bea963c09a1eb0f951bed1eabc75d196446 (patch) | |
tree | 2f5aa4fe9684a19463255b454162cc84d35ccc2a /tool/aio.py | |
parent | 4e6260b7d03a38be65203139631d5fda523e80af (diff) | |
download | crupest-4cc25bea963c09a1eb0f951bed1eabc75d196446.tar.gz crupest-4cc25bea963c09a1eb0f951bed1eabc75d196446.tar.bz2 crupest-4cc25bea963c09a1eb0f951bed1eabc75d196446.zip |
Add v2ray.
Diffstat (limited to 'tool/aio.py')
-rwxr-xr-x | tool/aio.py | 3 |
1 files changed, 1 insertions, 2 deletions
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() |