atsign-foundation / noports

Connect to any device with no external listening ports open
https://noports.com
BSD 3-Clause "New" or "Revised" License
272 stars 15 forks source link

fix: Fix the regular expression for the daemon's notification subscription #1557

Closed gkc closed 6 days ago

gkc commented 6 days ago

- What I did fix: Fix the regular expression for the daemon's notification subscription so if device name is 'xyz' then it will handle notifications to 'ping.xyz.sshnp' or 'xyz.sshnp' but not to 'ping.wxyz' or 'wxyz.sshnp'

Fixes #1485

- How I did it See commits

- How to verify it