diff --git a/etc/hosts.allow b/etc/hosts.allow deleted file mode 100644 index 0f4a731..0000000 --- a/etc/hosts.allow +++ /dev/null @@ -1 +0,0 @@ -sshd: 10.83.33.77/32, 10.63.152.9/32, 10.12.100.11/28, 10.82.192.0/28 \ No newline at end of file diff --git a/etc/hosts.deny b/etc/hosts.deny deleted file mode 100644 index 73528af..0000000 --- a/etc/hosts.deny +++ /dev/null @@ -1 +0,0 @@ -sshd: ALL \ No newline at end of file diff --git a/etc/systemd/system/service.service b/etc/systemd/system/service.service deleted file mode 100644 index 68a5c10..0000000 --- a/etc/systemd/system/service.service +++ /dev/null @@ -1,18 +0,0 @@ -[Unit] -Description= -After=network.target - -[Service] -Type=simple -User= -Group= - -ExecStart= -ExecReload= -WorkingDirectory= -KillMode=process -Restart=always -RestartSec=5 - -[Install] -WantedBy=multi-user.target