From 8c8d48eb1c646350038efeebd8a256336a433815 Mon Sep 17 00:00:00 2001 From: Vecna Date: Tue, 14 Nov 2023 14:08:07 -0500 Subject: [PATCH] Revert config for now --- crates/lox-distributor/config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/crates/lox-distributor/config.json b/crates/lox-distributor/config.json index dd96749..dca6a71 100644 --- a/crates/lox-distributor/config.json +++ b/crates/lox-distributor/config.json @@ -12,11 +12,11 @@ }, "rtype": { "endpoint": "http://127.0.0.1:7100/resources", - "name": "lox", - "token": "LoxApiTokenPlaceholder", + "name": "https", + "token": "HttpsApiTokenPlaceholder", "types": [ - "obfs4", - "snowflake" + "obfs2", + "scramblesuit" ] } -} \ No newline at end of file +}