add FIXME
This commit is contained in:
parent
735fd8aec4
commit
5c6050faaf
|
@ -95,6 +95,7 @@ method respond*(puncher: Puncher, attempt: Attempt):
|
|||
block: # workaround for https://github.com/nim-lang/Nim/issues/12530
|
||||
raise newException(CatchableError, "Method without implementation override")
|
||||
|
||||
# FIXME move firewall procs to dedicated module
|
||||
proc makeFirewallRule(srcIp: IpAddress, srcPort: Port,
|
||||
dstIp: IpAddress, dstPort: Port): string =
|
||||
result = &"""-w \
|
||||
|
|
Loading…
Reference in New Issue