mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
add new debian 11 network interface
hot-fix
This commit is contained in:
parent
ac356025a7
commit
907ac853cf
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ import {
|
|||
const logger = new Logger('config');
|
||||
|
||||
// add network interfaces list
|
||||
const ifaceWhiteListRegex = '^(eth.*)|(ens.*)|(br.*)|(wl.*)|(ww.*)';
|
||||
const ifaceWhiteListRegex = '^(eth.*)|(enp.*)|(ens.*)|(br.*)|(wl.*)|(ww.*)';
|
||||
|
||||
// add parsers
|
||||
convict.addParser([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue