Skip to content

Commit

Permalink
Add comment what happens of no WAN_IF is set.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL committed Oct 2, 2024
1 parent 3617dd2 commit f614250
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
CPU_COUNT: 2

# Define which physical or virtual interfaces shall be attach direct to OpenWrt
# If WAN_IF is missing then "host" mode is selected
WAN_IF: "host" # Usage of container host Ethernet connection as WAN. WARNING: Bad performace because of user space Ethernet implementation.
#WAN_IF: "none" # No WAN interface defined. This is useful if OpenWrt WAN acts a USB Wi-Fi client or as USB cellular modem
#WAN_IF: "enx00e04c0407a6" # Use this option to define a specific physical Ethernet interface
Expand Down

0 comments on commit f614250

Please sign in to comment.