Skip to content

Commit

Permalink
Add arp not possible on linux to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-jung committed Dec 13, 2019
1 parent 6293efb commit eec2035
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit eec2035

Please sign in to comment.