OPNsense Forum

Archive => 20.7 Legacy Series => Topic started by: BlackJack7629 on March 21, 2021, 08:03:02 AM

Title: SOLVED Multiple IPs in Domain Override (Unbound)
Post by: BlackJack7629 on March 21, 2021, 08:03:02 AM
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
Title: Re: Multiple IPs in Domain Override (Unbound)
Post by: BlackJack7629 on March 21, 2021, 08:13:27 AM
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?