mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-03 09:44:58 +02:00
global-functions: move daily psk secrets to global-config
This commit is contained in:
parent
7b4bef1a1e
commit
977a5d5f5e
2 changed files with 20 additions and 17 deletions
|
@ -38,9 +38,23 @@
|
|||
:global "gre-cert-prefix" "ikev2-";
|
||||
:global "gre-int-prefix" "gre-";
|
||||
|
||||
# Access-list entries matching this comment are updated with daily
|
||||
# pseudo-random PSK.
|
||||
# Access-list entries matching this comment are updated
|
||||
# with daily pseudo-random PSK.
|
||||
:global "daily-psk-match-comment" "Daily PSK";
|
||||
:global "daily-psk-secrets" {
|
||||
{ "Abusive"; "Aggressive"; "Bored"; "Chemical"; "Cold";
|
||||
"Cruel"; "Curved"; "Delightful"; "Discreet"; "Elite";
|
||||
"Evasive"; "Faded"; "Flat"; "Future"; "Grandiose";
|
||||
"Hanging"; "Humorous"; "Interesting"; "Magenta";
|
||||
"Magnificent"; "Numerous"; "Optimal"; "Pathetic";
|
||||
"Possessive"; "Remarkable"; "Rightful"; "Ruthless";
|
||||
"Stale"; "Unusual"; "Useless"; "Various" };
|
||||
{ "Adhesive"; "Amusing"; "Astonishing"; "Frantic";
|
||||
"Kindhearted"; "Limping"; "Roasted"; "Robust";
|
||||
"Staking"; "Thundering"; "Ultra"; "Unusual" };
|
||||
{ "Belief"; "Button"; "Curtain"; "Edge"; "Jewel";
|
||||
"String"; "Whistle" }
|
||||
}
|
||||
|
||||
# Run different commands with multiple mode-button presses.
|
||||
:global "mode-button" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue