File tree Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,9 @@ Basically there are three ways to execute the command:
106
106
## Changelog
107
107
### ** WORK IN PROGRESS**
108
108
109
+ ### 1.5.8 (2023-08-11)
110
+ * (grizzelbee) Fix: Interface is now correctly set to offline if host is not reachable.
111
+
109
112
### 1.5.7 (2023-08-10)
110
113
* (grizzelbee) Fix: Added missing icon file
111
114
* (grizzelbee) Fix: Some fixes to make iobroker.adapterchecker happy
Original file line number Diff line number Diff line change 1
1
{
2
2
"common" : {
3
3
"name" : " wireguard" ,
4
- "version" : " 1.5.7 " ,
4
+ "version" : " 1.5.8 " ,
5
5
"news" : {
6
+ "1.5.8" : {
7
+ "en" : " Interface is now correctly set to offline if host is not reachable." ,
8
+ "de" : " Die Schnittstelle wird jetzt korrekt auf offline gesetzt, wenn der Host nicht erreichbar ist." ,
9
+ "ru" : " Интерфейс теперь корректно устанавливается в автономный режим, если хост недоступен." ,
10
+ "pt" : " A interface agora está definida corretamente como offline se o host não estiver acessível." ,
11
+ "nl" : " Interface is nu correct ingesteld op offline als host niet bereikbaar is." ,
12
+ "fr" : " L'interface est maintenant correctement définie sur hors ligne si l'hôte n'est pas accessible." ,
13
+ "it" : " L'interfaccia ora è impostata correttamente su offline se l'host non è raggiungibile." ,
14
+ "es" : " La interfaz ahora está correctamente configurada como fuera de línea si no se puede acceder al host." ,
15
+ "pl" : " Interfejs jest teraz prawidłowo ustawiony na tryb offline, jeśli host jest nieosiągalny." ,
16
+ "uk" : " Інтерфейс тепер правильно налаштований на автономний режим, якщо хост недоступний." ,
17
+ "zh-cn" : " 如果无法访问主机,接口现在会正确设置为脱机。"
18
+ },
6
19
"1.5.7" : {
7
20
"en" : " Added missing icon file\n Some fixes to make iobroker.adapterchecker happy\n Another icon fix" ,
8
21
"de" : " Fehlende Symboldatei hinzugefügt\n Einige Korrekturen, um iobroker.adapterchecker glücklich zu machen\n Eine weitere Symbolkorrektur" ,
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ class Wireguard extends utils.Adapter {
126
126
} )
127
127
. catch ( ( err ) => {
128
128
adapter . log . warn ( err ) ;
129
+ adapter . setAllKnownInterfacesOffline ( settings . hosts [ host ] . name ) ;
129
130
} ) ;
130
131
} , 1000 * settings . hosts [ host ] . pollInterval ) ) ;
131
132
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " iobroker.wireguard" ,
3
- "version" : " 1.5.7 " ,
3
+ "version" : " 1.5.8 " ,
4
4
"description" : " Connect to WireGuard hosts and grab connection information on peers" ,
5
5
"author" : {
6
6
"name" : " grizzelbee" ,
You can’t perform that action at this time.
0 commit comments