netbird/client
Maycon Santos 5546eba36a
Write to temp file before saving data (#238)
* Create temp file before saving data

On the event of full disk, we may encounter the case where the
destination file get replaced by an empty file as the
ioutil.WriteFile truncates the destination before write.

* Close the tempFile instance before moving it

* Blacklist Wireguard interfaces for ICE checks
2022-02-20 19:03:16 +01:00
..
cmd Add client version to the client app and send it to the management service (#222) 2022-02-08 18:03:27 +01:00
internal Write to temp file before saving data (#238) 2022-02-20 19:03:16 +01:00
system Add client version to the client app and send it to the management service (#218) 2022-02-03 18:35:54 +01:00
testdata Fix concurrency on the client (#183) 2022-01-10 18:43:13 +01:00
ui Add windows installer (#109) 2021-09-06 10:20:26 +02:00
Dockerfile Support environment vars (#155) 2021-11-15 09:11:50 +01:00
installer.nsis Stop service before uninstall (#158) 2021-11-14 21:30:18 +01:00
main.go Add client version to the client app and send it to the management service (#218) 2022-02-03 18:35:54 +01:00
manifest.xml Add windows installer (#109) 2021-09-06 10:20:26 +02:00
resources.rc Refactor Interface package and update windows driver (#192) 2022-01-17 14:01:58 +01:00
wireguard_nt.sh Refactor Interface package and update windows driver (#192) 2022-01-17 14:01:58 +01:00