6     peersAnnouncing.enable = true;
 
   8       publicKey = "XbTEP2X71LBTjmdmySdiOpQJ+uIomcXvg1aiQGUtWBI=";
 
   9       allowedIPs = [ "${ipv4}/32" ];
 
  10       endpoint = "80.67.180.129:${toString listenPort}";
 
  11       endpointsUpdater.enable = true;
 
  15     ipv4 = "192.168.42.2";
 
  18     persistentKeepalive = 5;
 
  20       publicKey = "xsFFep3k8z0pXgUOz4aryOF8l/KPBSOd4WQA26BkXy0=";
 
  21       allowedIPs = [ "${ipv4}/32" ];
 
  25     ipv4 = "192.168.42.3";
 
  28     #persistentKeepalive = 10;
 
  30       publicKey = "tE4fzqDrr7BgfOo9tWgGnpu3v0JRDEUZbJnm9e2F/GA=";
 
  31       allowedIPs = [ "${ipv4}/32" ];
 
  32       persistentKeepalive = 15;
 
  33       #dynamicEndpointRefreshSeconds = 60;
 
  37     ipv4 = "192.168.42.4";
 
  40     #persistentKeepalive = 10;
 
  42       publicKey = "gaEz7nvJTk4h3DGOpeZXSWmYDDrc5xQkuJ28sGrksx4=";
 
  43       allowedIPs = [ "${ipv4}/32" ];
 
  44       persistentKeepalive = 15;
 
  45       #dynamicEndpointRefreshSeconds = 60;