From: Antonio Ospite Date: Fri, 27 Apr 2018 21:14:05 +0000 (+0200) Subject: lib/utils.sh: add description and licensing info X-Git-Url: https://git.ao2.it/config/iptables.git/commitdiff_plain/3c671fc60e0ad4db03576acd03faef6c21b0a7a0?hp=8c51ee4053d736c9ae6a60c5f96c5e0fb4d3c5fe lib/utils.sh: add description and licensing info --- diff --git a/lib/utils.sh b/lib/utils.sh index 4d45cdb..f693c53 100755 --- a/lib/utils.sh +++ b/lib/utils.sh @@ -1,5 +1,10 @@ #!/bin/sh # +# Some utility functions to keep iptables and ip6tables configuration in sync. +# +# Copyright (C) 2018 Antonio Ospite +# SPDX-License-Identifier: MIT +# # Based on updateipt.sh by Phil Sutter: # https://developers.redhat.com/blog/2017/01/10/migrating-my-iptables-setup-to-nftables/