How to configure FreeBSD.
Edit or create file /etc/make.conf,
modify or append following variables:
FETCH_ARGS=-pRr
MASTER_SITE_OVERRIDE = \
http://ftp-scan.alloy.tomsk.ru/d.php/ \
http://ftp-scan.alloy.tomsk.ru/d.php/ \
http://ftp-scan.alloy.tomsk.ru/d.php/ \
http://ftp-scan.alloy.tomsk.ru/d.php/ \
http://ftp-scan.alloy.tomsk.ru/d.php/
If you have a number of boxes under NAT or PROXY
you can supply some unique_id so the system can distinguish your boxes.
MASTER_SITE_OVERRIDE = http://ftp-scan.alloy.tomsk.ru/d.php/blah-blah-blah/
It's good idea to use hostname as unique_id:
FETCH_ARGS=-pRr
MASTER_SITE_OVERRIDE = \
http://ftp-scan.alloy.tomsk.ru/d.php/`hostname`/ \
http://ftp-scan.alloy.tomsk.ru/d.php/`hostname`/ \
http://ftp-scan.alloy.tomsk.ru/d.php/`hostname`/ \
http://ftp-scan.alloy.tomsk.ru/d.php/`hostname`/ \
http://ftp-scan.alloy.tomsk.ru/d.php/`hostname`/
You can use any other unique_id if you have security concerns about using hostnames.