Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Feb 8, 2024
1 parent 7cc8e42 commit a8ad04b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion internal/runner/banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const banner = `
`

// Version is the current version
const version = `v1.0.0`
const version = `v0.0.13`

// showBanner is used to show the banner to the user
func showBanner() {
Expand Down
1 change: 1 addition & 0 deletions proxify_logs.jsonl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"timestamp":"2024-02-08T20:27:47+05:30","url":"https://127.0.0.1:8888/","request":{"header":{"Accept":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7","Accept-Encoding":"gzip, deflate, br","Accept-Language":"en-IN,en;q=0.9","Connection":"close","Sec-Ch-Ua":"\"Not A(Brand\";v=\"99\", \"Google Chrome\";v=\"121\", \"Chromium\";v=\"121\"","Sec-Ch-Ua-Mobile":"?0","Sec-Ch-Ua-Platform":"\"macOS\"","Sec-Fetch-Dest":"document","Sec-Fetch-Mode":"navigate","Sec-Fetch-Site":"none","Sec-Fetch-User":"?1","Upgrade-Insecure-Requests":"1","User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","host":"127.0.0.1:8888","method":"GET","path":"/","scheme":"https"},"raw":"GET / HTTP/1.1\r\nHost: 127.0.0.1:8888\r\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7\r\nAccept-Encoding: gzip, deflate, br\r\nAccept-Language: en-IN,en;q=0.9\r\nConnection: close\r\nSec-Ch-Ua: \"Not A(Brand\";v=\"99\", \"Google Chrome\";v=\"121\", \"Chromium\";v=\"121\"\r\nSec-Ch-Ua-Mobile: ?0\r\nSec-Ch-Ua-Platform: \"macOS\"\r\nSec-Fetch-Dest: document\r\nSec-Fetch-Mode: navigate\r\nSec-Fetch-Site: none\r\nSec-Fetch-User: ?1\r\nUpgrade-Insecure-Requests: 1\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36\r\n\r\n"},"response":{"header":{"Warning":"199 \"martian\" \"EOF\" \"Thu, 08 Feb 2024 20:27:47 GMT\""},"raw":"HTTP/1.1 502 Bad Gateway\r\nWarning: 199 \"martian\" \"EOF\" \"Thu, 08 Feb 2024 20:27:47 GMT\"\r\nContent-Length: 0\r\n\r\n"}}

0 comments on commit a8ad04b

Please sign in to comment.