1# SPDX-License-Identifier: CC0-1.0 2# 3# This example config file is installed as part of systemd. 4# It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License). 5# 6# To use the file, one of the following methods may be used: 7# 1. add a symlink from /etc/systemd/network to the current location of this file, 8# 2. copy the file into /etc/systemd/network or one of the other paths checked 9# by systemd-networkd and edit it there. 10# This file should not be edited in place, because it'll be overwritten on upgrades. 11 12[Match] 13Type=wlan 14WLANInterfaceType=ap 15 16[Network] 17Address=0.0.0.0/24 18DHCPServer=yes 19IPMasquerade=both 20