chore(plex): add valid_chars and docs (#3399)

* chore(plex): add valid_chars and docs

* adapt to new questions template
This commit is contained in:
Stavros Kois
2022-08-09 12:16:13 +02:00
committed by GitHub
parent b02507d8a1
commit e1e07ea7c2
2 changed files with 19 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
# Input Validation
**`Advertise IP`**
Accepted formats are:
- `https://192.168.1.100:32400`
- `https://192.168.1.100:32400`
- `http://dnsname:32400`
- `https://dnsname:32400`
Regex used to match this: `^http(s)?:\/\/.*:\d*$`
You can try live [here](https://regex101.com/r/3ehGWY/1)
---
_If you find a field that you think it needs validation, please open an issue on github_