Moroka8
fdfa004638
style: used gofmt
2 months ago
Moroka8
dbfadf16c3
perf: tune KCP parameters for higher throughput
Reduce update interval to 10ms for lower latency
Increase window size to 4096 to improve bandwidth utilization
Bump MTU to 1280
2 months ago
Moroka8
b9642c6134
feat: implement dynamic browser fingerprint capture and reuse
Added SavedProfile struct and persistence logic in vk_profile.json.
Implemented automatic interception of real browser telemetry (browser_fp, device JSON, headers) during manual captcha solves.
Integrated saved profile reuse in automated solve flows to bypass BOT status.
Restored dynamic MD5-based fingerprint generation as a fallback mechanism.
2 months ago
Moroka8
d646ae7f0b
ui: simplify manual captcha URL in console output
2 months ago
Moroka8
405bdcb9a3
fix: improve manual captcha reliability on iOS/iSH
Implement navigator.sendBeacon for more reliable token delivery.
Add server-side success_token extraction in generic_proxy.
Make HTTP server shutdown non-fatal on iSH (ignores context deadline exceeded during cleanup)
Increase manual captcha timeout to 3 minutes using an independent context
Increase global DNS resolver timeout from 5s to 10s to improve stability
2 months ago
Moroka8
0c7434039a
Merge fix/vk-captcha-checkbox into main with iSH support preserved
2 months ago
Moroka8
5758412066
manual restore of captcha fixes before merge
2 months ago
Moroka8
6dfa342bf2
fix: fix invisible captcha on Windows and cross-origin resource loading
2 months ago
Moroka8
7b430ca71c
fix: improve iSH compatibility and DNS reliability
Configure global DNS resolver to use Yandex DNS by default.
Apply wrapISHListener to the manual captcha server to fix the missing syscall in iSH.
2 months ago
Moroka8
cbfdefd499
style: used gofmt
2 months ago
Moroka8
151bfe367c
Merge branch 'fix/vk-captcha-checkbox'
2 months ago
Moroka8
ae15a400e8
fix: handle checkbox captcha and improve manual proxy debug
2 months ago
cacggghp
597311ff12
Update README.md
2 months ago
cacggghp
e1a5a3f7ac
fix: print TURN IP to stdout for routes.sh
2 months ago
Moroka8
57e377fe20
style: run gofmt
2 months ago
Moroka8
63aa54c327
Merge upstream/main into feat/ish-iphone-support
2 months ago
Moroka8
2fc71afb08
fix: improve iSH compatibility and fix critical runtime bugs
Fixed 'SIGSYS: bad system call (futex_time64)' by using blocking accept and avoiding Go's time.Sleep in spin-loops.
Fixed 'TCP accept error: file file+net ish-conn: file exists' by implementing custom ishConn that bypasses Go's network poller.
Fixed 'route ip+net: netlinkrib: invalid argument' by using directNet bypass in TURN client.
Fixed 'TCP accept error: bad file descriptor' by retaining os.File reference to prevent GC from closing the FD.
2 months ago
Moroka8
2bcb9e3588
feat: add iSH iPhone support and optimize slider captcha solver
Optimized slider captcha solver to avoid CPU/RAM-heavy image rendering.
Added legacy TCP accept support specifically for iSH on linux/386 arch.
Fixed 'accept4: function not implemented' error in VLESS mode on iSH.
2 months ago
cacggghp
4be1958bc5
Merge pull request #130 from antongospod/main
fix(#129 ): manual captcha solving
2 months ago
antongospod
729443fd84
fix( #129 ): vless-режим падал на Android из-за netlinkrib permission denied
2 months ago
antongospod
b16db743c0
fix(129): manual captcha solving
UNAUTHORIZED_RESTRICTION
2 months ago
cacggghp
957e3fcbe8
Update README.md
2 months ago
cacggghp
d16367b031
Merge pull request #102 from Moroka8/main
feat: поддержка TCP-режима для VLESS
2 months ago
Moroka8
58a9b1e081
Resolve golangci and gofmt issues
2 months ago
Moroka8
1d2fea2040
Merge remote-tracking branch 'upstream/main'
2 months ago
cacggghp
184778a95a
Merge pull request #124 from alxmcp/poc-captcha
feat: Add PoC to bypass slider captcha
2 months ago
alexmac6574
f4091d0aa9
build: Bump dependencies
2 months ago
alexmac6574
ef01992613
fix: Use PoC method for captcha solving after PoW method
2 months ago
alexmac6574
0b20a379fa
fix: Show short link in manual captcha
2 months ago
alexmac6574
283f5ea14e
feat: Add PoC to bypass slider captcha
2 months ago
Moroka8
4712362729
Resolve golangci issues
2 months ago
Moroka8
f278c65e6f
Resolve gofmt formatting issues
2 months ago
Moroka8
c87ccd05e3
Move .golangci to workflows
2 months ago
Moroka8
8f03b2def3
fix: Merge remote-tracking branch 'upstream/main'
2 months ago
Moroka8
79d46b2e65
fix: handle error returns and unsafe type assertions in errcheck linter
2 months ago
cacggghp
b309d52495
Update README.md
2 months ago
cacggghp
a960119031
Merge pull request #121 from antongospod/main
chore: added a link to another Android client
2 months ago
antongospod
9a1ce0caed
chore: added a link to another Android client
2 months ago
cacggghp
9bb33fc30e
Merge pull request #120 from antongospod/main
feat: manual captcha flag + delay before manual captcha has been reduce
2 months ago
antongospod
9dcaf660a9
feat: manual captcha flag + delay before manual captcha has been reduced (2sec)
2 months ago
Moroka8
9f5a2549e2
Merge remote-tracking branch 'upstream/main'
2 months ago
cacggghp
72f051ed2c
Merge pull request #105 from alexmac6574/impr-cap
feat: Improve stability and performance for automatic captcha solver, fallback to manual captcha
2 months ago
alexmac6574
ec5e5b7983
fix: Clean up the code
2 months ago
alexmac6574
78386cc1d8
feat: Another attempt to fix auto solving captcha
2 months ago
Moroka8
f66e228d96
small README change
2 months ago
Moroka8
44b91d7eee
fix: Rename tcp mode into vless
2 months ago
alexmac6574
dd59e08e31
feat: New attempt to fix auto solving captcha
2 months ago
alexmac6574
1471fafd22
chore: Revert cookies and HAR
2 months ago
alexmac6574
99851544d3
ci: Add `Close Stale Issues` and update README
2 months ago
alexmac6574
f2a414b94b
feat: Improve stability and performance for automatic captcha solver, fallback to manual captcha
2 months ago