mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-11-30 02:32:24 +05:30
Pranav Jerry
72dda12d7b
pybatmesh better describes the project and does not attract the attention of caged investigation agencies, like it probably would have before. I probably left traces of the original name somewhere, so this commit will likely be followed by other commits to erase all traces of the previous name
25 lines
591 B
SYSTEMD
25 lines
591 B
SYSTEMD
# This file links any interface in ap mode
|
|
# to the bridge we created earlier.
|
|
# To start an AP, connect two adapters to the computer
|
|
# before starting pybatmesh.service
|
|
# This file won't do anything if an ap interface is not found.
|
|
|
|
[Match]
|
|
WLANInterfaceType=ap
|
|
|
|
[Network]
|
|
Description=Configuration for Wireless AP
|
|
|
|
# link the interface to the bridge
|
|
Bridge={bridgedev}
|
|
|
|
# Like in the ad-hoc network and bat0, this interface
|
|
# should not have any ip address assigned to it.
|
|
# The address will be assigned to the bridge
|
|
DHCP=no
|
|
DHCPServer=no
|
|
LinkLocalAddressing=no
|
|
LLMNR=no
|
|
MulticastDNS=no
|
|
|