We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d3f27 commit 8e28261Copy full SHA for 8e28261
1 file changed
services/fastnetmon/custom-entry.sh
@@ -99,6 +99,7 @@ if [[ "${FASTNETMON_DO_NOT_CALCULATE_SPEED}" == "1" ]];then
99
HTTP_API_MODE=off OFFLINE_MODE=on /usr/bin/fcli set main keep_traffic_counters_during_restart true
100
HTTP_API_MODE=off OFFLINE_MODE=on /usr/bin/fcli set main ipv4_automatic_data_cleanup disable
101
HTTP_API_MODE=off OFFLINE_MODE=on /usr/bin/fcli set main ipv6_automatic_data_cleanup disable
102
+ HTTP_API_MODE=off OFFLINE_MODE=on /usr/bin/fcli set main ipv4_remote_automatic_data_cleanup disable
103
fi
104
105
FNM_NOT_UPLOAD_ASN_MAPPING="${FNM_NOT_UPLOAD_ASN_MAPPING:-false}"
0 commit comments