Skip to content

How can i proxy Riot Games services? #6788

Discussion options

You must be logged in to vote

The routing rules require the following adjustments:
Change the “match all domain names” in the direct connection rule to “match all ports” to ensure that both IPs and domain names can connect directly.
Move the direct connection rule to the bottom to prioritize matching proxy rules, preventing domain names that require a proxy from being directly connected.

{
    "routing": {
        "domainStrategy": "AsIs",
        "rules": [
            {
                "type": "field",
                "inboundTag": [
                    "api"
                ],
                "outboundTag": "api"
            },
            {
                "type": "field",
                "outboundTag": "proxy",
 …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fralorange
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants