Add wildcard hosts

This commit is contained in:
Patrick Uiterwijk 2015-10-09 23:01:13 +00:00
parent 449c7c7649
commit 343e31a903
2 changed files with 14 additions and 7 deletions

View file

@ -1,7 +1,7 @@
# define host {
# host_name proxy09-wildcard
# alias proxy09-wildcard.fedoraproject.org
# use defaulttemplate
# address 66.135.62.187
# parents proxy09
# }
define host {
host_name proxy09-wildcard
alias proxy09-wildcard.fedoraproject.org
use defaulttemplate
address 140.211.169.206
parents proxy09
}

View file

@ -0,0 +1,7 @@
define host {
host_name proxy12-wildcard
alias proxy12-wildcard.fedoraproject.org
use defaulttemplate
address 152.19.134.198
parents proxy12
}