#!/bin/bash

/etc/openvpn/update-systemd-resolved "$@"

systemctl stop teleport.service

if [ -x "/srv/rdaa/bin/down_include" ]; then
  . /srv/rdaa/bin/down_include
fi
