default plex to allow all RFC 1918 local ranges within auth
This commit is contained in:
@@ -22,4 +22,4 @@ maintainers:
|
|||||||
name: plex
|
name: plex
|
||||||
sources: null
|
sources: null
|
||||||
type: application
|
type: application
|
||||||
version: 5.6.13
|
version: 5.6.14
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ questions:
|
|||||||
description: "Networks allowed to connect to plex. Add your local network IP to this list"
|
description: "Networks allowed to connect to plex. Add your local network IP to this list"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "172.16.0.0/16"
|
default: "172.16.0.0/16,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16"
|
||||||
- variable: PLEX_CLAIM
|
- variable: PLEX_CLAIM
|
||||||
label: "Plex Claim Token"
|
label: "Plex Claim Token"
|
||||||
description: "Claim token to use to register the plex server (Max. 4 minutes old!)"
|
description: "Claim token to use to register the plex server (Max. 4 minutes old!)"
|
||||||
|
|||||||
Reference in New Issue
Block a user