https://github.com/danarmor/wakeonlan-go
WoL tool
https://github.com/danarmor/wakeonlan-go
Last synced: 30 days ago
JSON representation
WoL tool
- Host: GitHub
- URL: https://github.com/danarmor/wakeonlan-go
- Owner: DanArmor
- License: mit
- Created: 2023-01-29T18:22:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T18:23:17.000Z (about 3 years ago)
- Last Synced: 2025-01-14T10:55:50.219Z (over 1 year ago)
- Language: Go
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wakeonlan-go
[](https://www.codacy.com/gh/DanArmor/wakeonlan-go/dashboard?utm_source=github.com&utm_medium=referral&utm_content=DanArmor/wakeonlan-go&utm_campaign=Badge_Grade)
WoL tool
#### Usage
```wakeonlan-go [OPTIONS] MACs...``` - where ```MACs``` can be addresses or aliases
`-d=` Destination address(port is optional)
`-l=` Local address of network interface (port is optional)
`-r=` If used - action is not performed, but is recorded as alias to given name. If you use alias inside other alias - it will be deep copy,
so you can delete used alias in the future.
`-s` Show list of aliases
`--rm=` Remove alias with a given name
On Windows you can get list of your networking interfaces and their addresses with `ipconfig` to use with `-l`/`-d` flags.
On Linux you can do it with `ip address show`
#### Screenshots



