Change default bcp38 interface to be eth1, don't enable by default.
This commit is contained in:
parent
0ff2c65438
commit
40b2a8bd1a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
config bcp38
|
||||
option enabled 1
|
||||
option interface 'ge00'
|
||||
option enabled 0
|
||||
option interface 'eth1'
|
||||
option detect_upstream 1
|
||||
list match '127.0.0.0/8'
|
||||
list match '0.0.0.0/8' # RFC 1700
|
||||
|
|
Loading…
Reference in a new issue