network: disable IPv6AcceptRA= in several default config

Also,
- drop DHCP=no, as it is the default setting,
- enable IPv6SendRA= for wifi access point,
- enable MulticastDNS= for wifi adhoc mode.
This commit is contained in:
Yu Watanabe
2023-11-02 13:29:45 +09:00
parent bae0bd0024
commit 71164ee9fe
6 changed files with 7 additions and 1 deletions

View File

@@ -17,3 +17,5 @@ WLANInterfaceType=ap
Address=0.0.0.0/24
DHCPServer=yes
IPMasquerade=both
IPv6AcceptRA=no
IPv6SendRA=yes