From f1ca9ce975711634d03becdd849396711b6a0bd7 Mon Sep 17 00:00:00 2001 From: luochuan Date: Thu, 14 Dec 2023 19:00:42 +0800 Subject: [PATCH] :sparkles: proxy config --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 6bf0cf2..f56616a 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -15,4 +15,4 @@ mexc: proxy: host: 127.0.0.1 port: 6789 - schcma: SOCKS \ No newline at end of file + schema: SOCKS \ No newline at end of file