#!/bin/sh -eu
domain=$1
host=$2
ip=${SSH_CLIENT%% *}
freens-dynamic $domain $host $ip
