I have wireguard running on my haos currently configred with 2 peers. I have been trying to add a third peer, every time I try to save the new configuration I get the following error.
Failed to save: Missing option ‘client_allowed_ips’ in peers in WireGuard (a0d7b954_wireguard). Got {‘server’: {‘host’: ‘xxxxxxx.duckdns.org’, ‘addresses’: [‘10.12.14.0/24’], ‘dns’: }, ‘peers’: [{‘name’: ‘hassio’, ‘addresses’: [‘10.12.14.2’], ‘allowed_ips’: , ‘client_allowed_ips’: }, {‘name’: ‘bobsphone’, ‘addresses’: [‘10.12.14.3’, ‘192.168.1.0/24’], ‘allowed_ips’: , ‘client_allowed_ips’: }, {‘name’: ‘bobspc’, ‘addresses’: [‘10.12.14.4’, ‘192.168.1.0/24’]}]}
Has anyone had this issue before, the first 2 peers are currently working fine.
Thanks in advance for any information on this.