You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
252 B

  1. config kcptun
  2. option local_port 29900
  3. option target_ip '127.0.0.1'
  4. option target_port 12948 # this port should be your service port
  5. option mode 'fast'
  6. option nocomp 1
  7. option sndwnd 1024
  8. option rcvwnd 1024
  9. option disabled 1 # set 0 to enable it