mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 08:23:45 +00:00
fix(multiplayer): resolve client IP behind proxies
This commit is contained in:
@@ -22,6 +22,7 @@ class KubernetesPolicyTest(unittest.TestCase):
|
||||
"readOnlyRootFilesystem: true", "drop: [ALL]", "resources:",
|
||||
"image: ghcr.io/cosmic-clash/control-plane@sha256:",
|
||||
"--rate-limit=120", "--rate-limit-window=1m", "--rate-limit-max-keys=10000",
|
||||
"--trusted-proxy-cidrs=10.0.0.0/8,100.64.0.0/10,172.16.0.0/12,192.168.0.0/16,fc00::/7",
|
||||
"name: COSMIC_CLASH_POSTGRES_DSN", "key: dsn",
|
||||
"name: COSMIC_CLASH_WORKLOAD_SECRET", "key: secret",
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user