mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-06 21:00:10 +00:00
Merge 480c772b98
into 498109addb
This commit is contained in:
@@ -21,6 +21,7 @@ const boolFields = [
|
||||
'enabled',
|
||||
'hsts_enabled',
|
||||
'hsts_subdomains',
|
||||
'proxy_protocol_enabled',
|
||||
];
|
||||
|
||||
class ProxyHost extends Model {
|
||||
|
@@ -13,6 +13,7 @@ const boolFields = [
|
||||
'is_deleted',
|
||||
'tcp_forwarding',
|
||||
'udp_forwarding',
|
||||
'proxy_protocol_enabled',
|
||||
];
|
||||
|
||||
class Stream extends Model {
|
||||
|
Reference in New Issue
Block a user