Skip to content

Ip Labels

ivan huayraña edited this page Apr 5, 2018 · 1 revision

Add labels to tzsp-reader ips

In the interface of tzsp-reader with the default configuration only ips are seen but adding the ipfile.json file you can add tags for those ips.

ipfile.json example:

{
    "192.168.1.1":   "User 1",
    "192.168.1.2":   "User 2",
    "192.168.1.3":   "User 3",
    "192.168.1.4":   "User 4",
    "192.168.1.5":   "User 5"
}
Clone this wiki locally