Skip to content

Commit

Permalink
Fix update list URL expression
Browse files Browse the repository at this point in the history
  • Loading branch information
Armando G. Mondul committed Oct 18, 2018
1 parent 2ccde85 commit df9e78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ps3-proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func main() {

proxy := goproxy.NewProxyHttpServer()

proxy.OnRequest(goproxy.UrlMatches(regexp.MustCompile(`fus01\.ps3\.update\.playstation\.net\/update\/ps3\/list\/..\/ps3-updatelist\.txt`))).DoFunc(
proxy.OnRequest(goproxy.UrlMatches(regexp.MustCompile(`f..01\.ps3\.update\.playstation\.net\/update\/ps3\/list\/..\/ps3-updatelist\.txt`))).DoFunc(
func(r *http.Request, ctx *goproxy.ProxyCtx) (*http.Request, *http.Response) {
log.Println("[*] PS3 update query blocked")

Expand Down

0 comments on commit df9e78c

Please sign in to comment.