diff --git a/README.md b/README.md index 3037930..ee2d207 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,8 @@ This application uses the following techniques and might be suitable as a simple 2. Run the application by starting `WoL.exe` 3. Open the shown location in a browser (probably `localhost:5000`) and add your first host. -You can add the application in IIS for more serious hosting. You can set up T-SQL as a backend for backup etc.. See the [`appsettings.json` file](appsettings.json) for details. \ No newline at end of file +You can add the application in IIS for more serious hosting. You can set up T-SQL as a backend for backup etc.. See the [`appsettings.json` file](appsettings.json) for details. + +## Known Limitations + +* Adding hosts by hostname is currently impossible on linux, as the ARP API is windows specific. \ No newline at end of file