mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
No omr-tracker for tun
This commit is contained in:
parent
ab843c90f8
commit
0efa68ec9f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ _validate_section() {
|
|||
|
||||
_launch_tracker() {
|
||||
case "$1" in
|
||||
loopback|lan*|if0*|glorytun*) return;;
|
||||
loopback|lan*|if0*|glorytun*|tun*) return;;
|
||||
esac
|
||||
|
||||
local interface_type
|
||||
|
|
Loading…
Reference in a new issue