Projects STRLCPY csprecon Commits 49256d6f
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    pkg/csprecon/csprecon.go
    skipped 80 lines
    81 81   regex := regexp.Regexp{}
    82 82   
    83 83   if r.Options.Domain != "" {
    84  - regex = *CompileRegex(`.*` + r.Options.Domain)
     84 + regex = *CompileRegex(`.*\.` + r.Options.Domain)
    85 85   }
    86 86   
    87 87   dregex := CompileRegex(DomainRegex)
    skipped 64 lines
Please wait...
Page is in error, reload to recover