Grasscutter/proxy_config.py
Jaida Wu b38d5b19bb Add port & SSL options to proxy script
Signed-off-by: Jaida Wu <mlgmxyysd@meowcat.org>
2022-04-21 21:41:07 +08:00

4 lines
114 B
Python

# This can also be replaced with another IP address.
USE_SSL = True
REMOTE_HOST = "127.0.0.1"
REMOTE_PORT = 443