Skip to content

Commit a8ad04b

Browse files
committed
version update
1 parent 7cc8e42 commit a8ad04b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

internal/runner/banner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const banner = `
1414
`
1515

1616
// Version is the current version
17-
const version = `v1.0.0`
17+
const version = `v0.0.13`
1818

1919
// showBanner is used to show the banner to the user
2020
func showBanner() {

proxify_logs.jsonl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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 commit comments

Comments
 (0)