Added Stream forwarding support

This commit is contained in:
Jamie Curnow
2018-02-16 16:57:54 +10:00
parent d2130a24a1
commit b57d1e5a66
15 changed files with 264 additions and 38 deletions

View File

@@ -20,7 +20,9 @@ const model = Backbone.Model.extend({
letsencrypt_email: '',
accept_tos: false,
access_list_id: '',
advanced: ''
advanced: '',
incoming_port: 0,
protocols: []
};
}
});