From f12cd729ed7ed9b77c970715ec2d623468bfa5fd Mon Sep 17 00:00:00 2001 From: Urban Wallasch Date: Tue, 23 Apr 2019 17:14:09 +0200 Subject: [PATCH] * Added proper attribution to the author of the original script this is based on. --- nns.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nns.sh b/nns.sh index 31d9444..271b6eb 100755 --- a/nns.sh +++ b/nns.sh @@ -4,6 +4,9 @@ # interface, connect it with a veth virtual ethernet to a bridge in # the host (default) network namespace. # +# It is based on a script provided by StackExchange user MariusMatutiae: +# https://unix.stackexchange.com/questions/338255/network-namespaces-and-public-ip#338268 +# ###################################################################### # Default configuration; can be overridden by passing the name -- 2.30.2