mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-29 18:18:52 +00:00
Merge pull request #262 from resin-io/Issue_247
Add resin-vpn interface IP filtering to gosupervisor
This commit is contained in:
commit
eaa4cb01ab
@ -1,3 +1,4 @@
|
||||
* Add resin-vpn interface IP filtering to gosupervisor [Praneeth]
|
||||
* Compress go binary with upx [petrosagg]
|
||||
* Switch to go version 1.6 [petrosagg]
|
||||
* Print all logs to stdout of container instead of file [petrosagg]
|
||||
|
@ -16,7 +16,7 @@ import (
|
||||
|
||||
// Compile the expression once, usually at init time.
|
||||
// Use raw strings to avoid having to quote the backslashes.
|
||||
var dockerMatch = regexp.MustCompile(`(docker[0-9]+)|(rce[0-9]+)|(tun[0-9]+)`)
|
||||
var dockerMatch = regexp.MustCompile(`(docker[0-9]+)|(rce[0-9]+)|(tun[0-9]+)|(resin-vpn)`)
|
||||
|
||||
// APIResponse The api response sent from go supervisor
|
||||
type APIResponse struct {
|
||||
|
Loading…
Reference in New Issue
Block a user