From 2e09016b9cdee34ee84d38819976d57b1049e865 Mon Sep 17 00:00:00 2001 From: Christian Ulrich Date: Sun, 16 Aug 2020 12:40:28 +0200 Subject: [PATCH] add FIXME --- punchd.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/punchd.nim b/punchd.nim index 9705915..b71bc07 100644 --- a/punchd.nim +++ b/punchd.nim @@ -97,6 +97,7 @@ proc main() = runForever() except Sigint: + # FIXME: need to cleaup the punchers (i.e. delete firewall rules) removeFile(PunchdSocket) when isMainModule: