mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
a9eedd3cf7
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.
9 lines
101 B
Plaintext
9 lines
101 B
Plaintext
[Match]
|
|
Type=wifi
|
|
WLANInterfaceType=ap
|
|
|
|
[Network]
|
|
Address=0.0.0.0/24
|
|
DHCPServer=yes
|
|
IPMasquerade=yes
|