Merge branch 'master' into proxyprotocol

This commit is contained in:
2025-06-18 14:09:40 +02:00
43 changed files with 1409 additions and 689 deletions
+4 -1
View File
@@ -15,8 +15,11 @@ const model = Backbone.Model.extend({
udp_forwarding: false,
enabled: true,
meta: {},
certificate_id: 0,
domain_names: [],
// The following are expansions:
owner: null
owner: null,
certificate: null
};
}
});