summaryrefslogtreecommitdiff
path: root/network/80-wifi-ap.network.example
Commit message (Collapse)AuthorAgeFilesLines
* network: change license of examples to MIT-0Zbigniew Jędrzejewski-Szmek2022-10-261-2/+2
| | | | | | | | | | | | | | | Arguably, CC0 is just fine for examples since they are not code. But it's easier to be consistent and just use MIT-0 for all "documentation". Thus, the license is changed similarly code examples under man/. Based on 'git shortlog -ns network/*' and 'git log -p', the following folks should ack this: Zbigniew Jędrzejewski-Szmek Lennart Poettering Tom Gundersen Yu Watanabe Daan De Meyer Marc-André Lureau
* network: say that our example files are licensed as CC0Zbigniew Jędrzejewski-Szmek2022-01-121-0/+11
| | | | | | This matches what we have for example programs under man/, and is nice because it allows people to copy the files as they wish without worrying about copyright. The files are too trivial to copyright anyway.
* network: examples: use wlan for Type instead of wifiLucas Magasweran2021-05-101-1/+1
|
* network: use IPMasquerade=both instead of yesYu Watanabe2021-02-241-1/+1
| | | | Follow-up for 4c72d851cd007e945a85811f89376a2675daa1a5.
* network: install wifi-adhoc.network by default, make wifi-{ap,station} examplesZbigniew Jędrzejewski-Szmek2019-10-301-0/+8
I think 80-wifi-adhoc.network is safe enough, since it just enables the link-local addressing. But the other two enable DHCP in client or server modes, and we should not do this by default.