Skip to content

Commit

Permalink
Merge pull request #1114 from libremesh/ilario-patch-3
Browse files Browse the repository at this point in the history
lime-example: specify that the gateway line in the static proto is optional
  • Loading branch information
G10h4ck authored Jun 20, 2024
2 parents 88b4fdd + 6642f37 commit 070d518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lime-docs/files/www/docs/lime-example.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ config net wirelessclientbackbone
# list protocols 'wan' # Some of these protocols require the relative package "lime-proto-..."
# list protocols 'static' # Set up a static IP (both IPv4 and IPv6 supported)
# option static_ipv4 '192.168.1.2/24'
# option static_gateway_ipv4 '192.168.1.1'
# option static_gateway_ipv4 '192.168.1.1' # in static protocol, specifying an IP for the gateway is optional. Skip this line if no default route should be added on this interface.
# option static_ipv6 '2a00:1508:0a00::1234/64'
# option static_gateway_ipv6 'fe80::1'
# option static_gateway_ipv6 'fe80::1' # in static protocol, specifying an IP for the gateway is optional. Skip this line if no default route should be added on this interface.

## (optional) configure lan1 for connection to other nodes, not for users connection:
config net
Expand Down

0 comments on commit 070d518

Please sign in to comment.