Skip to content

Commit

Permalink
changement ipv6 gsm disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
rocket13011 authored Mar 5, 2024
1 parent 7e92adc commit 81d2b1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/class/luna.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,8 @@ public static function configjsonlte() {
exec("sudo nmcli connection modify JeedomLTE gsm.pin ''");
}

exec("sudo nmcli connection modify JeedomLTE ipv6.method disabled");

log::add(__CLASS__, 'debug', 'Fin de la configuration LTE > ' . exec("sudo nmcli connection show JeedomLTE"));
luna::scanLTEModule();
luna::lteSwitchMaj();
Expand Down

0 comments on commit 81d2b1c

Please sign in to comment.