rogerxavier commited on
Commit
e6fe0a0
1 Parent(s): a5a34f4

Update main.go

Browse files
Files changed (1) hide show
  1. main.go +1 -1
main.go CHANGED
@@ -9,7 +9,7 @@ import (
9
  )
10
 
11
  func proxy(c *gin.Context) {
12
- remote, err := url.Parse("https://pixivpn.site")
13
 
14
  if err != nil {
15
  panic(err)
 
9
  )
10
 
11
  func proxy(c *gin.Context) {
12
+ remote, err := url.Parse("http://104.248.57.149")
13
 
14
  if err != nil {
15
  panic(err)