add FIXME

This commit is contained in:
Christian Ulrich 2020-08-16 12:40:28 +02:00
parent 7f40ab0082
commit 2e09016b9c
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ proc main() =
runForever()
except Sigint:
# FIXME: need to cleaup the punchers (i.e. delete firewall rules)
removeFile(PunchdSocket)
when isMainModule: