Per-Arne Andersen
d70f35c65e
* API-Key support. This ease automation, such as #21
5 years ago
Per-Arne Andersen
b56a9db335
* Added configuration dump capabilities which address #21
* Removed unused code.
5 years ago
Per-Arne Andersen
1eae153572
* Possible fix for peers not updating subnet. This should finish up #11
* Initial Support for IPv6. #20
5 years ago
Per-Arne Andersen
66617b7698
* Removed warning on missing devices as this is a is_running check. No device appears when device is NOT running.
* Check if interface runs before checking stats.
5 years ago
Per-Arne Andersen
41abe44f45
* Fixed bug where server configuration did not update after peer update.
5 years ago
Per-Arne Andersen
f301675646
* Moving away from silly .sync/.from_db scheme and use "raw" sqlalchemy.
* Fixed bug where server interface were queried using ID and not the name. Fixes #22
5 years ago
Per-Arne Andersen
99bdc54517
* Fixes #24 - ID was not fetched after insert.
5 years ago
Simon Lerpard
6d944bcd99
Fix keeping the server interface state when stop
The server interface wasn't updated in the database when it got stopped.
Which led to 'is_running' was always set to true, if the server has been
started once.
Also fixed a copy-paste issue, which didn't affect the code
5 years ago
Simon Lerpard
256d7b7901
Fix keeping the server interface state when stop
The server interface wasn't updated in the database when it got stopped.
Which led to 'is_running' was always set to true, if the server has been
started once.
Also fixed a copy-paste issue, which didn't affect the code
5 years ago
Per-Arne
cf7d55d71a
* Breaking changes: Must remove subnet from client configurations in dashboard
* Added subnet support as described in #11
5 years ago
Per-Arne
a56509ab66
* Added migrations, needs testing
* Shared-keys are now per-peer basis and not global. They also reflect on the server config...
5 years ago
Per-Arne
c568aa3ff2
* Added Default DNS
* Removed old code
* BREAKING CHANGES:
Create COLUMN dns on server table if you have running setup
5 years ago
Per-Arne
81c98c0cca
* Fixed annoying expand bug in peer frontend
* Fixed bug where address could not be changed for peers.
* Deleted old files.
5 years ago
Per-Arne
7926947224
Fixed bug where the first peer added to a new server, had colliding IP with the server
5 years ago
Per-Arne
07e973784a
Added import support
5 years ago
Per-Arne
3dd857a84c
Stable version
5 years ago