Remove unwanted name from proxy script

Censorship
This commit is contained in:
Magix 2022-06-18 14:58:36 -04:00 committed by GitHub
commit 664d660082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
##
#
# Genshin Impact script for mitmproxy
# Animation Company script for mitmproxy
#
# https://github.com/MlgmXyysd/
#
@ -30,7 +30,7 @@ from proxy_config import USE_SSL
from proxy_config import REMOTE_HOST
from proxy_config import REMOTE_PORT
class MlgmXyysd_Genshin_Impact_Proxy:
class MlgmXyysd_Animation_Company_Proxy:
LIST_DOMAINS = [
"api-os-takumi.mihoyo.com",
@ -150,6 +150,6 @@ class MaybeTls:
self.strategy.record_failure(server_address)
addons = [
MlgmXyysd_Genshin_Impact_Proxy(),
MlgmXyysd_Animation_Company_Proxy(),
MaybeTls()
]