Tsarr Documentation - v2.11.0
Preparing search index...
index
Seerr
NetworkSettings
Type Alias NetworkSettings
type
NetworkSettings
=
{
csrfProtection
?:
boolean
;
forceIpv4First
?:
boolean
;
trustProxy
?:
boolean
;
proxy
?:
{
enabled
?:
boolean
;
hostname
?:
string
;
port
?:
number
;
useSsl
?:
boolean
;
user
?:
string
;
password
?:
string
;
bypassFilter
?:
string
;
bypassLocalAddresses
?:
boolean
;
}
;
dnsCache
?:
{
enabled
?:
boolean
;
forceMinTtl
?:
number
;
forceMaxTtl
?:
number
;
}
;
}
Index
Properties
csrf
Protection?
force
Ipv4
First?
trust
Proxy?
proxy?
dns
Cache?
Properties
Optional
csrf
Protection
csrfProtection
?:
boolean
Optional
force
Ipv4
First
forceIpv4First
?:
boolean
Optional
trust
Proxy
trustProxy
?:
boolean
Optional
proxy
proxy
?:
{
enabled
?:
boolean
;
hostname
?:
string
;
port
?:
number
;
useSsl
?:
boolean
;
user
?:
string
;
password
?:
string
;
bypassFilter
?:
string
;
bypassLocalAddresses
?:
boolean
;
}
Optional
dns
Cache
dnsCache
?:
{
enabled
?:
boolean
;
forceMinTtl
?:
number
;
forceMaxTtl
?:
number
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
csrf
Protection
force
Ipv4
First
trust
Proxy
proxy
dns
Cache
Tsarr Documentation - v2.11.0
Loading...