From a8ad04bc3b91d5f5ddaddf6e9a68cb97d0f7d6fe Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Thu, 8 Feb 2024 20:29:39 +0530 Subject: [PATCH] version update --- internal/runner/banner.go | 2 +- proxify_logs.jsonl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 proxify_logs.jsonl diff --git a/internal/runner/banner.go b/internal/runner/banner.go index 90c714cf..c658791f 100644 --- a/internal/runner/banner.go +++ b/internal/runner/banner.go @@ -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() { diff --git a/proxify_logs.jsonl b/proxify_logs.jsonl new file mode 100644 index 00000000..110fa454 --- /dev/null +++ b/proxify_logs.jsonl @@ -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"}}