diff options
| author | atanarjuat <atanarjuat@example.com> | 2022-05-30 19:14:02 +0200 |
|---|---|---|
| committer | atanarjuat <atanarjuat@example.com> | 2022-05-30 19:14:02 +0200 |
| commit | ae8664bec8a34bc758184e5c72141e26a1c960da (patch) | |
| tree | d40154885facfbba68799f1e1846c2cfb380f3b6 /Makefile | |
| parent | 50c5fdc8a15f37d506292b02eef992e83752152b (diff) | |
quic dialerfeat/quic
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ run-client: run-client-kcp: KCP=1 ./obfsvpn-client -c ${OBFS4_CERT} +run-client-quic: + sudo sysctl -w net.core.rmem_max=2500000 + QUIC=1 ./obfsvpn-client -c ${OBFS4_CERT} + run-openvpn: ./scripts/run-openvpn-client.sh |
