6 Sep
2007
6 Sep
'07
5:38 p.m.
Alan DeKok said:
It gets better:
templates { foo { ipaddr = 127.0.0.1 secret = "testing123 type = auth port = 1812 } } ... client foo { $template templates.foo }
listen { $template templates.foo }
home_server foo { $template templates.foo }
Apologies if this has been asked and answered, but just to make sure I'm understanding templates properly ... I assume I can override individual template settings, like this: test_server bar { $template templates.foo port = 6666 }
Alan DeKok.
-- hugh