hide IoT WiFi and enable mac filter
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user