Browse Source

Change default bcp38 interface to be eth1, don't enable by default.

lilik-openwrt-22.03
Toke Høiland-Jørgensen 10 years ago
parent
commit
40b2a8bd1a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/bcp38/files/bcp38.config

+ 2
- 2
net/bcp38/files/bcp38.config View File

@ -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…
Cancel
Save