"outbounds": [
{
"protocol": "freedom",
"settings": {
"domainStrategy": "UseIP" // 必须设定 domainStrategy 为 UseIP 以使用内置的DNS
}
}
],
"dns": {
"servers": [
"8.8.8.8",
{
"address": "2.2.2.1", // 购买的 DNS 解锁提供的 IP
"port": 53,
"domains": [
"geosite:netflix"
]
}
]
}