packages
packages copied to clipboard
nginx: update init script to publish services over mdns
update init script to announce http related services over mdns
Signed-off-by: Mohd Husaam Mehdi [email protected]
please remove the merge commit @mhusaam
Hi @systemcrash, thanks for pointing it out. I have updated the PR, kindly review.
Hi @systemcrash, thanks for your comments. Kindly review. The following has been updated:
- mdns option moved to global main section instead of per server. (while revisiting I realised that we cannot add an option in server section.)
- changed mdns to default false, so now it has to be explicitly set to true. (because it was mentioned as a comment in my other PR: https://github.com/openwrt/packages/pull/23765#discussion_r1555399706)
- Resolved your comments.
Thanks.
Otherwise, looks good functionality-wise.
Hello @systemcrash, thanks for your comments. I have resolved them. Kindly review.