aboutsummaryrefslogtreecommitdiffstats
path: root/global-config
diff options
context:
space:
mode:
Diffstat (limited to 'global-config')
-rw-r--r--global-config8
1 files changed, 8 insertions, 0 deletions
diff --git a/global-config b/global-config
index d4ed298..fded46f 100644
--- a/global-config
+++ b/global-config
@@ -147,6 +147,14 @@
# add more here...
};
+# Run commands by hooking into SMS forward.
+:global SmsForwardHooks {
+ { match="magic string";
+ allowed-number="12345678";
+ command="/system/script/run ..." };
+# add more here...
+};
+
# This is the address used to send gps data to.
:global GpsTrackUrl "https://example.com/index.php";