diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-07 14:12:36 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-11 22:45:29 +0200 |
commit | 87318fddde2cbe4897467c502748bad33d081f69 (patch) | |
tree | 02b86308cb2d36b4ce486ad4cb6abc0df93ca61c /doc/daily-psk.md | |
parent | dea07a7f0b79bd3d15aee7db8c4bbe423a1bc93f (diff) |
doc/daily-psk: hint to copy from global-config
Diffstat (limited to 'doc/daily-psk.md')
-rw-r--r-- | doc/daily-psk.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/daily-psk.md b/doc/daily-psk.md index 1510ab3..9a5e558 100644 --- a/doc/daily-psk.md +++ b/doc/daily-psk.md @@ -47,6 +47,10 @@ The configuration goes to `global-config-overlay`, these are the parameters: * `DailyPskMatchComment`: pattern to match the wireless access list comment * `DailyPskSecrets`: an array with pseudo random strings +> ℹ️ **Info**: Copy relevant configuration from +> [`global-config`](../global-config.rsc) (the one without `-overlay`) to +> your local `global-config-overlay` and modify it to your specific needs. + Then add an access list entry. For CAPsMAN: /caps-man/access-list/add comment="Daily PSK" ssid-regexp="-guest\$" private-passphrase="ToBeChangedDaily"; |