added dhcp support

This commit is contained in:
Patrick Greiner 2021-04-22 19:37:46 +02:00
parent 87f40367b5
commit 4a737723a3
3 changed files with 14 additions and 1 deletions

View file

@ -39,6 +39,9 @@ LXC_HOSTNAME="zamba"
# Defines the domain name / search domain of your LXC container
LXC_DOMAIN="zmb.rocks"
# Enable DHCP on LAN (eth0) - (Obtain an IP address automatically) [true/false]
LXC_DHCP=false
# Defines the local IP address and subnet of your LXC container in CIDR format
LXC_IP="192.168.100.200/24"