Age | Commit message (Collapse) | Author | Files | Lines |
|
Now that pacredir answers requests on 127.0.0.0/8... Make sure we do not
confuse pacman by using default loopback address, which could host other
repositories.
|
|
The server error limit was introduced in pacman 6.0.0, which caused some
trouble with pacredir: Returning 404 (not found) is common case and no
fatal error.
Add a cache server with different address to make sure to request files
from pacredir in case the address above was caught by pacman's server
error limit.
|
|
Depending on the system configuration 'loopback' can resolve to an IPv4
or IPv6 loopback address. As we bind to 127.0.0.1 use the same address
here.
|
|
|
|
|
|
|