os-wireguard - exclude instance or peer configuration from XMLRPC sync.
Important notices Before you add a new report, we ask you kindly to acknowledge the following:
- [x] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
- [x] I have searched the existing issues, open and closed, and I'm convinced that mine is new.
- [x] When the request is meant for an existing plugin, I've added its name to the title.
Is your feature request related to a problem? Please describe. I have two sites, each site has two opnsense in HA. Between all of these 4 nodes i have wireguard mesh network for HA site-to-site VPN. If i add another wg instance for users, i cant sync them to the second node because it would override settings for the mesh network on second node. I would like to have ability to exclude wireguard instance or peer config from being copy to second node via XMLRPC sync. Basicaly the same way like firewall rules can be excluded. Would it be possible?
Describe the solution you'd like Checkbox in wg instance or peer cofiguration which would exclude that item from XMLRPC sync.
Describe alternatives you've considered Alternative is doing it manuly.
Additional context None.