Marzban
由于Marzban不支持DNS分流,DNS的分流需要交由外部的DNS服务器处理。
此处以自建dnsmasq为例子,在VPS上运行以下命令:
bash <(curl -L -s marzban.167.icu)
运行以后,会在本机VPS上搭建好dnsmasq,并将解锁Instagram音乐的域名分流到我们的代理服务器,地址:100.64.64.64
然后参照官方的DNS设置方法,将下面DNS配置中的1.1.1.1替换为你VPS的公网IP
To set up DNS
in the Core Settings
section of the Marzban panel, simply add the following section at the beginning.
json
{
"log": {
"loglevel": "info"
},
"dns": {
"servers": [
"1.1.1.1" \\replace with your VPS's public IP
],
"queryStrategy": "UseIPv4"
},
"inbounds": [
Last updated