Input Validation
Advertise IP
Accepts:
- Empty string
 http://orhttps://- IP or DNS host
 - Characters (
0-9,a-z,A-Z,-,.) - Port is optional
 ,Separated
Accepted formats are:
https://192.168.1.100:32400https://192.168.1.100:32400http://dnshost:32400https://dnshost:32400https://dnshosthttps://DNSHOSThttps://DNS-HOSThttps://dns-hosthttps://dnshost,http://192.168.1.100:32400
Regex used to match this: ^$|^(http(s)?:\/\/([a-zA-Z0-9.-]*)(:\d{0,5})?,?)*$
You can try live here
If you find a field that you think it needs validation, please open an issue on github