mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-11-30 02:32:24 +05:30
18 lines
323 B
SYSTEMD
18 lines
323 B
SYSTEMD
|
# this is the interface userspace applications will be using to
|
||
|
# communicate with others devices
|
||
|
|
||
|
[Match]
|
||
|
Name=bridge0
|
||
|
|
||
|
[Network]
|
||
|
# use DHCP to assign an IP
|
||
|
DHCP=yes
|
||
|
|
||
|
# if DHCP fails, assign a random address
|
||
|
LinkLocalAddressing=yes
|
||
|
|
||
|
# LLMNR and MulticastDNS are used for hostname discovery
|
||
|
# on
|
||
|
LLMNR=yes
|
||
|
MulticastDNS=yes
|