Skip to content

如何实现域名白名单? #1429

Answered by kingwilliam
hkix asked this question in Q&A
Discussion options

You must be logged in to vote
    "routing": {
        "rules": [
            {
                "type": "field",
                "domain": [
                    "examples.com"
                ]
                "outboundTag": "freedom"
            }
        ]
    },


    "outbound: [
        {
            "tag": "blockout",
            "protocol": "blackhole"
        },
        {
            "tag": "freedom",
            "protocol": "freedom"
        }
    ]

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hkix
Comment options

Answer selected by hkix
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