Skip to content

Most basic socks5 proxy in Java. Lab5 of 2nd semester of networks in FIT NSU

Notifications You must be signed in to change notification settings

ultimatehikari-networks/TinySocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny SOCKS5 Proxy

Build & run:

$ mvn verify assembly:single
$ java -jar ./target/TinySocks-1.0-SNAPSHOT.jar

Tests:

$curl --socks5-hostname localhost:8080 https://mirror.yandex.ru/archlinux/community/os/x86_64/zathura-pdf-mupdf-0.3.7-1-x86_64.pkg.tar.zst > /dev/null
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 21.2M  100 21.2M    0     0  1065k      0  0:00:20  0:00:20 --:--:-- 1004k

$curl https://mirror.yandex.ru/archlinux/community/os/x86_64/zathura-pdf-mupdf-0.3.7-1-x86_64.pkg.tar.zst > /dev/null 
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 21.2M  100 21.2M    0     0  1091k      0  0:00:19  0:00:19 --:--:-- 1137k

tiny socks

About

Most basic socks5 proxy in Java. Lab5 of 2nd semester of networks in FIT NSU

Resources

Stars

Watchers

Forks

Languages