mirror of
https://github.com/chaifeng/ufw-docker.git
synced 2025-05-10 13:38:32 +02:00
instance names may contains dot
This commit is contained in:
parent
9f25de1d2f
commit
be9bdf1782
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ PATH="/bin:/usr/bin:/sbin:/usr/sbin"
|
||||||
|
|
||||||
UFW_ACTION="${1:-help}"
|
UFW_ACTION="${1:-help}"
|
||||||
|
|
||||||
GREP_REGEXP_INSTANCE_NAME="[-_[:alnum:]]\\+"
|
GREP_REGEXP_INSTANCE_NAME="[-_.[:alnum:]]\\+"
|
||||||
DEFAULT_PROTO=tcp
|
DEFAULT_PROTO=tcp
|
||||||
|
|
||||||
function ufw-docker--status() {
|
function ufw-docker--status() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue