Hello,
for a Domain Override a want to set more than one ip. It seems that in Konsense only one ip can be insert in the textfield. It would be better if a list of its were possible. So I tried to add it to the custom options field but it is not working. I think I write something wrong:
forward-zone:
name: "rdomain.tld"
forward-addr: x.x.x.x
forward-addr: y.y.y.y
Thank you!
Alex
Solved. I had to also add
server:
private-domain: "domain.tld"
domain-insecure: "domain.tld"
to custom config.
But it would be nice to edit the gui to insert multiple ips in the textfield. Is there an howto how for feature request or how to add a code change?