mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-30 23:09:23 +02:00
very bad demo code
This commit is contained in:
parent
b4aa275403
commit
d588135b3a
30 changed files with 1308 additions and 248 deletions
|
@ -214,6 +214,11 @@ func (b *Builder) buildRoutesForPoliciesWithCatchAll(
|
|||
return nil, err
|
||||
}
|
||||
|
||||
// TODO
|
||||
if fromURL.Scheme == "ssh" {
|
||||
continue
|
||||
}
|
||||
|
||||
if !strings.Contains(fromURL.Host, "*") {
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue