You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually you should select for your VM a processor type which closely matches the CPU of the host system, as it means that the host CPU features (also called CPU flags ) will be available in your VMs. If you want an exact match, you can set the CPU type to host in which case the VM will have exactly the same CPU flags as your host system.
通常,您应该为 VM 选择与主机系统的 CPU 紧密匹配的处理器类型,因为这意味着主机 CPU 功能(也称为 CPU 标志)将在您的 VM 中可用。如果需要完全匹配,可以将 CPU 类型设置为 host,在这种情况下,VM 将具有与主机系统完全相同的 CPU 标志。
Usually you should select for your VM a processor type which closely matches the CPU of the host system, as it means that the host CPU features (also called CPU flags ) will be available in your VMs. If you want an exact match, you can set the CPU type to host in which case the VM will have exactly the same CPU flags as your host system. 通常,您应该为 VM 选择与主机系统的 CPU 紧密匹配的处理器类型,因为这意味着主机 CPU 功能(也称为 CPU 标志)将在您的 VM 中可用。如果需要完全匹配,可以将 CPU 类型设置为 host,在这种情况下,VM 将具有与主机系统完全相同的 CPU 标志。
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
#在PVE上用ct+docker的方式搭建了DNS,IP192.168.1.4
用虚拟机搭建GATEWAY,IP192.168.1.3
用nslookup访问国内域名没问题,但是国外域名一直没有结果,还请大佬帮忙看一下。
dns的配置如下
docker run -d --name paopaodns -v ~/paopaodns/data:/data -e CNAUTO=yes -e DNS_SERVERNAME=Main.DNS -e SERVER_IP=192.168.1.4 -e IPV6=yes_only6 -e CUSTOM_FORWARD=192.168.1.3:53 -e AUTO_FORWARD=yes -e AUTO_FORWARD_CHECK=yes -e HTTP_FILE=yes -e USE_MARK_DATA=yes --restart always -p 53:53/tcp -p 53:53/udp -p 7889:7889/tcp -p 5304:5304/tcp -p 5304:5304/udp sliamb/paopaodns
gateway的ppgw.ini如下
`#paopao-gateway
mode=socks5|ovpn|yaml|suburl|free
default: free
mode=suburl
Set fakeip's CIDR here
default: fake_cidr=7.0.0.0/8
fake_cidr=7.0.0.0/8
Set your trusted DNS here
default: dns_ip=1.0.0.1
dns_ip=192.168.1.4
default: dns_port=53
If used with PaoPaoDNS, you can set the 5304 port
dns_port=5304
Clash's web dashboard
clash_web_port="80"
clash_web_password="clashpass"
default:openport=no
socks+http mixed 1080
openport=yes
default: udp_enable=no
udp_enable=no
default:30
sleeptime=30
socks5 mode settting
default: socks5_ip=gatewayIP
socks5_ip="10.10.10.5"
default: socks5_port="7890"
socks5_port="7890"
ovpn mode settting
The ovpn file in the same directory as the ppgw.ini.
default: ovpnfile=custom.ovpn
ovpnfile="custom.ovpn"
ovpn_username=""
ovpn_password=""
yaml mode settting
The yaml file in the same directory as the ppgw.ini.
default: yamlfile=custom.yaml
yamlfile="custom.yaml"
suburl mode settting
suburl="XXXXXXXXXXXXXXXXXXXXXXXXXX"
subtime=1d
fast_node=check/yes/no
fast_node=yes
test_node_url="https://www.youtube.com/generate_204"
ext_node="Traffic|Expire| GB|Days|Date"
cpudelay="3000"
fall_direct="no"
dns burn setting
depend on fast_node=yes & mode=suburl/yaml
dns_burn=no
If used with PaoPaoDNS, you can set the PaoPaoDNS:53
ex_dns="192.168.1.4"
Network traffic records
net_rec=no
max_rec=5000
`
Beta Was this translation helpful? Give feedback.
All reactions