Skip to content

How to test the QUIC http3 UDP transport? #56

Closed Answered by SajjadPourali
9to1url asked this question in Q&A
Discussion options

You must be logged in to vote

When using the proxy mode, it automatically detects and transfers UDP packets using the SOCKS5 protocol. For the connect or forward modes, you can use the -u option.

narrowlink f -h
narrowlink c -h

https://github.com/narrowlink/narrowlink/blob/main/client/forward.help.arg#L18

narrowlink f -un <agent name> <remote_addr:remote_port>

https://github.com/narrowlink/narrowlink/blob/main/client/connect.help.arg#L17

narrowlink c -un <agent name> <remote_addr:remote_port>

Options:
-u: UDP mode
-n: Agent name
-un: UDP mode + Agent name


If you are looking for a method to capture system-wide network traffic without using a proxy, I am currently working on it: #55

Replies: 3 comments 18 replies

Comment options

You must be logged in to vote
6 replies
@9to1url
Comment options

@SajjadPourali
Comment options

@9to1url
Comment options

@SajjadPourali
Comment options

Answer selected by 9to1url
@9to1url
Comment options

Comment options

You must be logged in to vote
11 replies
@9to1url
Comment options

@9to1url
Comment options

@SajjadPourali
Comment options

@9to1url
Comment options

@SajjadPourali
Comment options

Comment options

You must be logged in to vote
1 reply
@9to1url
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
C-question Category: User questions that are neither feature requests nor bug reports
2 participants