hide IoT WiFi and enable mac filter
ci/woodpecker/push/flux-reconcile-source Pipeline was successful

This commit is contained in:
2026-06-22 14:50:20 +02:00
parent 6cec5c234b
commit 371815ce8c
+6
View File
@@ -25,6 +25,12 @@
network: iot network: iot
mode: ap mode: ap
ssid: szafa ssid: szafa
hidden: '1' # Stop broadcasting SSID
macfilter: allow # Apply MAC filter allowing only specific addresses
maclist:
- 80:64:7c:99:21:20 # Thermomether
- C0:F8:53:89:E5:EF # Smart plug
- C0:F8:53:89:E3:42 # smart plug
encryption: psk2 encryption: psk2
key: "{{ openwrt_iot_wifi_password }}" key: "{{ openwrt_iot_wifi_password }}"
disabled: '0' disabled: '0'