1
0
Fork 0
hscloud/hswaw/checkinator/at
woju b56b8fca92 hswaw/checkinator: add notice about random MACs
Nowadays both smartphones and iphones have MAC address randomisation
turned on by default. This breaks checkinator because, while the claim
works as intended, the address added to the database is the random one
and on the next visit the address is different, so the device is
categorised as unknown.

The simplest way to fix this is by the user to ensure that MAC address
is randomised per network, not per-connection (which at least on Android
is itself a per-network knob). This change adds a notice to remind the
user about this.

Signed-off-by: Wojtek Porczyk <woju@hackerspace.pl>
Change-Id: Ieee74d09114e6f0479f44429d9828e47c95eb6bd
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1362
Reviewed-by: q3k <q3k@hackerspace.pl>
2022-08-26 10:30:10 +00:00
..
templates hswaw/checkinator: add notice about random MACs 2022-08-26 10:30:10 +00:00
__init__.py check in checkinator into hswaw/checkinator 2022-03-02 23:11:05 +00:00
cmd.py check in checkinator into hswaw/checkinator 2022-03-02 23:11:05 +00:00
dhcp.py check in checkinator into hswaw/checkinator 2022-03-02 23:11:05 +00:00
tracker.proto check in checkinator into hswaw/checkinator 2022-03-02 23:11:05 +00:00
tracker.py hswaw/checkinator: convert timestamp to browsers timezone 2022-03-10 18:33:42 +00:00
web.py hswaw/checkinator: convert timestamp to browsers timezone 2022-03-10 18:33:42 +00:00
webapp.py check in checkinator into hswaw/checkinator 2022-03-02 23:11:05 +00:00