mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-19 05:43:25 +00:00
Added Stream forwarding support
This commit is contained in:
@@ -20,7 +20,9 @@ const model = Backbone.Model.extend({
|
||||
letsencrypt_email: '',
|
||||
accept_tos: false,
|
||||
access_list_id: '',
|
||||
advanced: ''
|
||||
advanced: '',
|
||||
incoming_port: 0,
|
||||
protocols: []
|
||||
};
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user