Skip to content

Commit 7dcc3b3

Browse files
committed
fix: anonymize IP addresses to 127.0.0.x format
1 parent c6355ac commit 7dcc3b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fixtures/userdata/LiteBeam5AC_sta-ptp_30mhz.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"sta": [
9595
{
9696
"mac": "68:D7:9A:9A:08:BB",
97-
"lastip": "192.168.1.21",
97+
"lastip": "127.0.0.21",
9898
"signal": -65,
9999
"rssi": 31,
100100
"noisefloor": -87,
@@ -493,7 +493,7 @@
493493
}
494494
],
495495
"ipaddr": [
496-
"192.168.1.21"
496+
"127.0.0.21"
497497
],
498498
"ip6addr": [
499499
"fe80::6ad7:9aff:fe9a:8be"
@@ -575,7 +575,7 @@
575575
"rx_errors": 0,
576576
"tx_dropped": 0,
577577
"rx_dropped": 0,
578-
"ipaddr": "192.168.1.22",
578+
"ipaddr": "127.0.0.22",
579579
"ip6addr": [
580580
{
581581
"addr": "fe80::6ad7:9aff:fe98:fbff",

0 commit comments

Comments
 (0)