#!/bin/bash # We need to send some traffic over the wireguard tunnel to make sure # it gets connected. Easiest way is to simply send some pings to the # other side. % for peer, config in sorted(node.metadata.get('wireguard/peers', {}).items()): # refresh connection to ${peer} /usr/bin/ping -c 4 ${config['their_ip']} % endfor