-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
36 lines (23 loc) · 927 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Peter's Wake-On-LAN utility
Author: Peter Eriksson <[email protected]>
Website: https://github.com/ptrrkssn/pwol
pwol is a command line utility to send Wake-On-LAN (WoL) packets to one
or many hosts, either locally or via routers, in order to wake them up
from sleep mode.
It can also be used as a WoL proxy daemon listening to incoming WoL
packets (possibly authenticated) and then forwarding requests to one
or many other targets.
LICENSE
BSD standard license. See the file LICENSE for details.
BUILD INSTRUCTIONS
Run "./configure" and then run 'make'. Build has been tested on:
- Linux (Ubuntu 20.04)
- FreeBSD (12.2 & 13.0).
- MacOS (10.15 & 11.2)
- Solaris 10
- OmniOS (r151036)
USAGE
pwol looks for a configuration file in two places by default, /etc/pwol.conf and
$HOME/.pwolrc. Additional configuration files may be specified via the "-f" command
line switch.
See the "pwol.conf" file for details.