Closed geonanorch closed 4 years ago
i have the same situation direction in popup warning = inbound then choose ''create the rule'' and the direction ''outbound'' is selected...
Smells like a bug, good find! We should probably ping @henrypp.
fixed
Just installed simplewall, added several rules and generally all works well, thank you!
I did come across something that puzzled me for a while:
udp://192.168.1.4
, Port=5353 (mdns)
, direction=Outbound
, Filter=BlockRecvAcceptConnectionsV4
)Finally noticed that the filter does not match the direction. I then altered the rule's direction to
Inbound
, and notifications stopped showing.Also noticed that notification addresses are sometimes shown including port like
udp:xxx.xxx.xxx.xxx:NNNN
, sometimes the port is provided separately underPort
. Is it the local port then ? (if yes I suggest to make the label explicit:Local port
)