mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-13 07:25:08 +01:00
Add port & SSL options to proxy script
Signed-off-by: Jaida Wu <mlgmxyysd@meowcat.org>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user