Files
Grasscutter/proxy_config.py
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