Browse Source
Merge pull request #5852 from bluewavenet/patch-5
mwan3: Add missing globals config section
lilik-openwrt-22.03
Hannu Nyman
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
net/mwan3/files/etc/config/mwan3
|
|
@ -1,4 +1,8 @@ |
|
|
|
|
|
|
|
config globals 'globals' |
|
|
|
option mmx_mask '0x3F00' |
|
|
|
option local_source 'lan' |
|
|
|
|
|
|
|
config interface 'wan' |
|
|
|
option enabled '1' |
|
|
|
list track_ip '8.8.4.4' |
|
|
|