#!/bin/sh -e

{
	test "$1" = --init ||
	grep -Ex "([0-9]+\.){3}[0-9]+,[0-9]+"
} | corridor-load-ipset "$@" "${0##*-}" hash:ip,port
