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
253 B

  1. config kcptun
  2. option local_port 12948 # this port should be your service port
  3. option remote_ip 'your vps ip'
  4. option remote_port 29900
  5. option mode 'fast'
  6. option nocomp 1
  7. option sndwnd 128
  8. option rcvwnd 512
  9. option disabled 1 # set 0 to enable it