Add wildcard hosts
This commit is contained in:
parent
449c7c7649
commit
343e31a903
2 changed files with 14 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# define host {
|
define host {
|
||||||
# host_name proxy09-wildcard
|
host_name proxy09-wildcard
|
||||||
# alias proxy09-wildcard.fedoraproject.org
|
alias proxy09-wildcard.fedoraproject.org
|
||||||
# use defaulttemplate
|
use defaulttemplate
|
||||||
# address 66.135.62.187
|
address 140.211.169.206
|
||||||
# parents proxy09
|
parents proxy09
|
||||||
# }
|
}
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
define host {
|
||||||
|
host_name proxy12-wildcard
|
||||||
|
alias proxy12-wildcard.fedoraproject.org
|
||||||
|
use defaulttemplate
|
||||||
|
address 152.19.134.198
|
||||||
|
parents proxy12
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue