Crank up the mac change interval to 8 hours
This commit is contained in:
parent
acd3145d7e
commit
afb7e90265
Binary file not shown.
Binary file not shown.
@ -52,7 +52,7 @@ config_load_default(sysconfig_p config)
|
||||
config->current_mac_address = 0;
|
||||
// Interval to change mac address in seconds
|
||||
// Default: 28800 (8 hours)
|
||||
config->mac_change_interval = 600;
|
||||
config->mac_change_interval = 28800;
|
||||
|
||||
// list of mac addresses
|
||||
// from https://docs.google.com/spreadsheets/d/1su5u-vPrQwkTixR6YnOTWSi_Ls9lV-_XNJHaWIJspv4/edit#gid=0
|
||||
|
||||
Reference in New Issue
Block a user