mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-06-30 08:09:49 +00:00
fix: Redundant character escape
This commit is contained in:
parent
c4ef5bb843
commit
310353f344
@ -21,7 +21,7 @@ import (
|
||||
var (
|
||||
firstPortRe = regexp.MustCompile(`(?m)port=(?P<outport>\d+)#?`) // First Port
|
||||
secondPortRe = regexp.MustCompile(`(?m)port=\d+#(\d+)`) // Second Port
|
||||
hostRe = regexp.MustCompile(`(?m)host=([\w\.]+)\|?`) // Host
|
||||
hostRe = regexp.MustCompile(`(?m)host=([\w.]+)\|?`) // Host
|
||||
)
|
||||
|
||||
// APIClient create a api client to the panel.
|
||||
|
Loading…
x
Reference in New Issue
Block a user