projects
/
config
/
iptables.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c51ee4
)
lib/utils.sh: add description and licensing info
author
Antonio Ospite <ao2@ao2.it>
Fri, 27 Apr 2018 21:14:05 +0000
(23:14 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Fri, 27 Apr 2018 21:14:05 +0000
(23:14 +0200)
lib/utils.sh
patch
|
blob
|
history
diff --git
a/lib/utils.sh
b/lib/utils.sh
index
4d45cdb
..
f693c53
100755
(executable)
--- 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 <ao2@ao2.it>
+# 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/