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

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