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 a5464cf7a4
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -25,6 +25,12 @@
network: iot
mode: ap
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
key: "{{ openwrt_iot_wifi_password }}"
disabled: '0'