Created
May 20, 2012 19:21
-
-
Save terinjokes/2759211 to your computer and use it in GitHub Desktop.
radvd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config interface | |
option interface 'lan' | |
config prefix | |
option interface 'lan' | |
config route | |
option interface 'lan' | |
config rdnss | |
option interface 'lan' | |
config dnssl | |
option interface 'lan' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface br-lan | |
{ | |
RDNSS fe80::6a7f:74ff:fe65:9043 | |
{ | |
}; | |
DNSSL | |
{ | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment