Skip to content

Commit

Permalink
config: IPv6 prefix /8 is not a good example
Browse files Browse the repository at this point in the history
If some use the example "ipv6_address_prefix_length=2aa1::1/8", then have a good chance to kick of self. 8 bit is a very big network.
Prefix /64 is a better choice for an eample.
  • Loading branch information
HenryNe authored Mar 22, 2020
1 parent 4bfe5a7 commit a260cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/freelan/config/freelan.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ ipv4_dhcp=false
#
# Commenting out, will result in no IPv6 networking. You cannot supply a blank value.
#
ipv6_address_prefix_length=2aa1::1/8
ipv6_address_prefix_length=2aa1::1/64

# The remote IPv4 address for tun interfaces.
#
Expand Down

0 comments on commit a260cfe

Please sign in to comment.