Add port & SSL options to proxy script

Signed-off-by: Jaida Wu <mlgmxyysd@meowcat.org>
This commit is contained in:
Jaida Wu
2022-04-21 21:41:07 +08:00
parent 4c1dc34c1f
commit b38d5b19bb
2 changed files with 11 additions and 2 deletions

View File

@@ -1,2 +1,4 @@
# This can also be replaced with another IP address.
REMOTE_HOST = "localhost"
USE_SSL = True
REMOTE_HOST = "127.0.0.1"
REMOTE_PORT = 443