URL 대신 소스 목록의 IP

URL 대신 소스 목록의 IP

저장소를 저장하기 위해 source.list에서 URL 대신 IP를 사용할 수 있습니까?

(어떻게)

답변1

source.list에서 url 대신 IP를 사용할 수 있습니다.

예를 들면 다음과 같습니다. 변환하려면 deb http://deb.debian.org/debian buster mainURL의 IP를 가져와야 하지만 이 경우에는 리디렉터입니다! . 변환할 올바른 URL은 다음과 같습니다.데비안 미러 URL예를 들어:ftp2.de.debian.org/debian/

nslookup ftp2.de.debian.org

dig, ...를 사용하여 nslookupIP 주소를 얻습니다.

예제 출력:

...

Non-authoritative answer:
ftp2.de.debian.org      canonical name = ftp.halifax.rwth-aachen.de.
Name:   ftp.halifax.rwth-aachen.de
Address: 137.226.34.46
Name:   ftp.halifax.rwth-aachen.de
Address: 2a00:8a60:e012:a00::21

그런 다음 다음과 같이 편집하십시오 /etc/apt/sources.list.

deb http://137.226.34.46/debian buster main

데비안 보안 저장소:

deb http://20.49.228.237/debian-security/ buster/updates main

관련 정보