We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
term 1 nasm -f elf64 -o main.out asm/main.asm ld main.out -o main ./main 1234 localhost 8080 term 2 nc -l -v -p 3000 term 3 nc 127.0.0.1 1234
reverse proxy from scratch in asm. update: gave up could not get it to work