mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2025-01-24 07:32:16 +05:30
added temporary network config file
This will be used to check if the machine has internet access.
This commit is contained in:
parent
ea283a3247
commit
9171b942db
@ -1,17 +1,9 @@
|
|||||||
# Ah! This is where the magic happens!
|
# This is used to check if any ethernet or USB ethernet ports
|
||||||
# This is the interface userspace applications will be using to
|
# is connected to a router or some other device with a DHCP server.
|
||||||
# communicate with others devices
|
# After checking, this file is no longer needed.
|
||||||
|
|
||||||
[Match]
|
[Match]
|
||||||
Name=bridge0
|
Name=eth*
|
||||||
|
Name=en*
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
# use DHCP to assign an IP
|
|
||||||
DHCP=yes
|
DHCP=yes
|
||||||
|
|
||||||
# if DHCP fails, assign a random address
|
|
||||||
LinkLocalAddressing=yes
|
|
||||||
|
|
||||||
# LLMNR and MulticastDNS are used for hostname discovery
|
|
||||||
LLMNR=yes
|
|
||||||
MulticastDNS=yes
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user