# Custom options
{

my $custom = "/etc/openvpn/s2s/$key" . '.conf.custom';

if ( -e "$custom" ){
    Text::Template::_load_text("$custom");
}
}

