Commit Graph
23 Commits
Author SHA1 Message Date
Franco Fichtner 0e4e0f5851 net/mdns-releater: scrub 2024-12-06 17:50:34 +01:00
65cbc82053 net/mdns-repeater: Modernize plugin code; Add blocklist support (contributed by Kodehyrden) (#4375)
* net/mdns-repeater: Modernize plugin code; Add blacklist support (contributed by Kodehyrden)

* net/mdns-repeater: bump version

* net/mdns-repeater: fix indentation of model and form

* Update net/mdns-repeater/src/etc/inc/plugins.inc.d/mdnsrepeater.inc

Co-authored-by: Franco Fichtner <franco@lastsummer.de>

* Update net/mdns-repeater/src/opnsense/mvc/app/views/OPNsense/MDNSRepeater/index.volt

Co-authored-by: Franco Fichtner <franco@lastsummer.de>

* Update net/mdns-repeater/pkg-descr

Co-authored-by: Franco Fichtner <franco@lastsummer.de>

* net/mdnsrepeater: Change blacklist to blocklist

---------

Co-authored-by: Franco Fichtner <franco@lastsummer.de>
2024-12-06 17:28:15 +01:00
Franco Fichtner 7ff3c44957 net/mdns-repeater: note the recent docs change
https://github.com/opnsense/docs/commit/2f1b56bc93619acc08d864fe7d86218a9653d2c2

It would be nice to have a constraint for this, but it's
probably not worth the work in this case although the validation
should be stating this, not the help text and documentation.
2023-10-20 10:56:06 +02:00
Franco Fichtner ec1399c9a2 plugins: replace relevant log_error() with log_msg() calls
PR: https://github.com/opnsense/core/issues/6115
2023-01-18 14:36:53 +01:00
Franco Fichtner 88148b1943 net/mdns-repeater: new release 1.1 2022-02-01 08:24:39 +01:00
Markus ReiterandGitHub 9ff548829c Add CARP hook for mDNS repeater. (#2762)
Only run the repeater on one node.

Fixes #2595.
2022-02-01 08:05:41 +01:00
Markus ReiterandFranco Fichtner d737686eed mDNS repeater: cosmetic fixes 2022-01-21 21:08:24 +01:00
Franco Fichtner a9d1b8b741 net: revision bumps 2021-02-22 15:22:40 +01:00
Franco Fichtner 18bc32f3b3 plugins: serious style sweep 2020-02-13 10:42:37 +01:00
Franco Fichtner 4ff026076a src: style sweep 2019-01-14 09:04:33 +01:00
Franco Fichtner e353dd315e */*: remove misplaced directive, it's model not form 2018-07-19 00:58:02 +02:00
Alexander ShurshaandFranco Fichtner 3734d142b4 net/mdns-repeater: fix typo in pkg-descr 2018-07-08 13:27:03 +02:00
Franco Fichtner ccd89d956f */*: no more trailing slashes in navigation 2018-07-03 10:14:42 +02:00
NOYBandFranco Fichtner 5533702035 HTML Compliance - Attribute "type" on Element <script>
Warning: The type attribute is unnecessary for JavaScript resources.

HTML5: Edition for Web Authors
http://www.w3.org/TR/2014/REC-html5-20141028/scripting-1.html
The default, which is used if the attribute is absent, is "text/javascript".

The Script element
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script
HTML5 specification urges authors to omit the attribute rather than provide a redundant MIME type.
2018-01-21 13:35:06 +01:00
Franco Fichtner 92d9dfa363 */*: style updates 2018-01-03 06:27:32 +00:00
Franco Fichtner af0b128fa0 net/*: remove remaining titles 2017-12-24 15:26:56 +01:00
Franco Fichtner 72fe8d8d31 net/mdns-repeater: up up and away
Approved by: @fabianfrz
2017-09-04 10:14:46 +02:00
Franco Fichtner b50c24322a net/mdns-repeater: UX tweaks 2017-09-04 10:03:57 +02:00
Fabian Franz 3a5f9a78a2 mdns: fix migration 2017-09-02 18:31:08 +02:00
Fabian Franz a0347fc17f mdns: fix js 2017-09-02 16:38:16 +02:00
Fabian FranzandGitHub bc823b652d MDNS: add status indicator (#244)
* remove unused variables

* working status indicator
2017-09-02 16:28:43 +02:00
Franco Fichtner 49f860905b net/mdns-repeater: fix typo and fill pkg-descr 2017-09-02 15:24:33 +02:00
Fabian FranzandGitHub 275803fd80 add MDNS Repeater (#241)
* add MDNS Repeater
* cleanup: remove cdata block
* Update comment
* rename template and use join
* use the package name also in the config
* remove extended description
* update targets, makefile
2017-09-02 12:31:10 +02:00