mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-04 02:04:39 +02:00
add script 'gps-track'
This commit is contained in:
parent
7fcb7a6b61
commit
2ec96e9db4
2 changed files with 36 additions and 0 deletions
|
@ -37,6 +37,9 @@
|
|||
# ntp settings. A pool can rotate servers.
|
||||
:global "ntp-pool" "pool.ntp.org";
|
||||
|
||||
# This is the address used to send gps data to.
|
||||
:global "gps-track-url" "https://example.com/index.php";
|
||||
|
||||
# Enable this to fetch scripts from given url.
|
||||
:global "script-updates-fetch" true;
|
||||
:global "script-updates-baseurl" "https://git.eworm.de/cgit.cgi/routeros-scripts/plain/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue