diff --git a/main.go b/main.go index 3e99fee..781966d 100644 --- a/main.go +++ b/main.go @@ -46,6 +46,7 @@ func main() { // Prepare the /etc/hosts writer hostsFile := &etchosts.EtcHosts{ + Banner: "# ! managed automatically for wesher " + config.Banner, Logger: logrus.StandardLogger(), }