Ajouté l'information pour la configuration du NAT pour le petit repeater WIFI

This commit is contained in:
Christian Zufferey
2020-04-22 17:29:56 +02:00
parent 6bcfb2f5f3
commit 3b9eecb26a
29 changed files with 61 additions and 37 deletions

View File

@@ -4,7 +4,7 @@ print("\n wifi_cli_conf.lua zf190126.1533 \n")
--credentials par défaut
cli_ssid="3G-zf"
cli_pwd="12234567"
cli_pwd="xxx"
--ses propre credentials
f= "credentials.lua" if file.exists(f) then dofile(f) end