Skip to content

Commit

Permalink
update for republish
Browse files Browse the repository at this point in the history
  • Loading branch information
cenk1cenk2 committed Jan 19, 2021
1 parent 92ec769 commit c7ff2e4
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,19 @@ At shutdown or crashes, the container cleans up all the created veth interfaces,

## Environment Variables

| Environment Variable | Description | Default Value |
| -------------------- | -------------------------------------------------------------------------------------------- | ------------- |
| `TZ` | Timezone for the server. | |
| `LOG_LEVEL` | Log level for the scripts. Can be [ "SILENT", "DEBUG", "ERROR", "WARN", "LIFETIME", "INFO" ] | INFO |
| `SLEEPTIME` | The time in seconds between checks of whether everything is working. | 3600 |
| `KEEP_SERVER_LOG` | Keep server logs, set to 1 to keep. | |
| `KEEP_PACKET_LOG` | Keep packet logs, set to 1 to keep. | |
| `KEEP_SECURITY_LOG` | Keep security logs, set to 1 to keep. | |
| `SRVIPSUBNET` | Subnet of the disturubuted IP addresses by DNSMASQ. | 10.0.0 |
| `SRVIPNETMASK` | Netmask for the subnet. | 255.255.255.0 |
| `DHCP_START` | Start address of distrubuted IP addresses. | 10 |
| `DHCP_END` | End address of distrubuted IP addresses. | 254 |
| `DHCP_LEASE` | Lease time of distrubuted IP addresses. | 12h |
| Environment Variable | Description | Default Value |
| -------------------- | --------------------------------------------------------------------------------- | ------------- |
| `TZ` | Timezone for the server. | |
| `LOG_LEVEL` | Log level for the scripts. Can be: [ SILENT, DEBUG, ERROR, WARN, LIFETIME, INFO ] | INFO |
| `SLEEPTIME` | The time in seconds between checks of whether everything is working. | 3600 |
| `KEEP_SERVER_LOG` | Keep server logs, set to 1 to keep. | |
| `KEEP_PACKET_LOG` | Keep packet logs, set to 1 to keep. | |
| `KEEP_SECURITY_LOG` | Keep security logs, set to 1 to keep. | |
| `SRVIPSUBNET` | Subnet of the disturubuted IP addresses by DNSMASQ. | 10.0.0 |
| `SRVIPNETMASK` | Netmask for the subnet. | 255.255.255.0 |
| `DHCP_START` | Start address of distrubuted IP addresses. | 10 |
| `DHCP_END` | End address of distrubuted IP addresses. | 254 |
| `DHCP_LEASE` | Lease time of distrubuted IP addresses. | 12h |

## Setup

Expand Down

0 comments on commit c7ff2e4

Please sign in to comment.