Openvpn의 update-resolv-conf는 openresolv를 사용하여 네임서버를 잘못된 순서로 설정합니다.

Openvpn의 update-resolv-conf는 openresolv를 사용하여 네임서버를 잘못된 순서로 설정합니다.

더 안정적인 것 같아서 resolvconfopenresolv 에서 전환하고 싶습니다 .openresolv

100.64.0.1저는 Mulvad를 사용하고 네임서버를 백업 네임서버로 설정했습니다 . 이제 OpenVPN을 사용 resolvconf하고 시작할 때 update-resolv-conf이름 서버를/etc/resolv.conf

# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
# 127.0.0.53 is the systemd-resolved stub resolver.
# run "resolvectl status" to see details about the actual nameservers.

nameserver 10.5.0.1
nameserver 100.64.0.1

100.64.0.1OpenVPN 네임서버가 목록의 첫 번째이고, DNS 확인자가 ? 언제 10.5.0.1실패합니까 100.64.0.1? 아니면 주로 듣는 편인가요 10.5.0.1?

OpenVPN을 실행하면 openresolv/etc/resolv.conf모습은 다음과 같습니다

# Generated by resolvconf
nameserver 100.64.0.1
nameserver 10.5.0.1

보시다시피 순서가 와 다릅니다 openresolv. openresolv및 를 10.5.0.1첫 번째 네임서버로 사용하고 싶습니다 /etc/resolv.conf. 누구든지 해결책을 알고 있습니까?

고쳐 쓰다

이 질문을 하기 전에 resolv.conf에는 네임서버 순서에 대한 우선순위가 없다는 내용을 읽었습니다.

;; SERVER: 100.64.0.1#53(100.64.0.1) (UDP)하지만 몇 가지 테스트를 거친 후 openresolv로 채굴할 때는 항상 응답을 받고 resolvconf로 채굴할 때는 항상 응답을 받는다는 사실을 발견했습니다.;; SERVER: 10.5.0.1#53(10.5.0.1) (UDP)

관련 정보