Switch to using DNS instead of IPs
This commit is contained in:
parent
858b419aca
commit
74ff5c6ecd
|
@ -6,7 +6,7 @@ rsync \
|
||||||
--delay-updates \
|
--delay-updates \
|
||||||
--delete-delay \
|
--delete-delay \
|
||||||
--timeout=600 \
|
--timeout=600 \
|
||||||
rsync://'[2604:1380:4601:dc00::1]'/alpine/ \
|
rsync://'nld.t1.alpinelinux.org'/alpine/ \
|
||||||
/run/repo/
|
/run/repo/
|
||||||
|
|
||||||
# TODO: Use rsync://rsync.alpinelinux.org/alpine/ when they get anycast v6
|
# TODO: Use rsync://rsync.alpinelinux.org/alpine/ when they get anycast v6
|
||||||
|
|
Loading…
Reference in New Issue