Development

This commit is contained in:
Matthew Grotke 2026-05-29 21:32:07 -04:00
parent 8c483e52ed
commit 44277f9064
2 changed files with 6 additions and 4 deletions

View file

@ -177,7 +177,7 @@
},
{
"type": "record_editor",
"label": "Router identities on this VLAN",
"label": "Router's identities on this VLAN",
"name": "server_identities",
"empty_message": "No identities added.",
"fields": [
@ -264,14 +264,14 @@
"label": "RADIUS Default",
"name": "radius_default",
"input_type": "checkbox",
"hint": "Wireless devices without a DHCP reservation will be placed into this VLAN. (Note: wired devices are not placed via RADIUS but rather by layer 3 switch policy.)"
"hint": "Clients without a DHCP reservation will be placed into this VLAN (requires layer 3 switch). Note: current default is %RADIUS_DEFAULT_VLAN%."
},
{
"type": "field",
"label": "mDNS Reflection",
"name": "mdns_reflection",
"input_type": "checkbox",
"hint": "Reflect mDNS traffic to/from this VLAN via avahi-daemon. Not supported on WireGuard interfaces."
"hint": "Reflect mDNS traffic to/from this VLAN via avahi-daemon. Not supported VPN VLANs."
},
{
"type": "field",