Vladislav Yarmak 1 년 전
부모
커밋
be3fd8443b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -43,9 +43,9 @@ Few notes:
 
 ### Wireguard
 
-dtlspipe setup can be done using example for generic case, but dtlspipe server should point to the wireguard port.
+dtlspipe setup can be done using example for generic case, but more specifically, dtlspipe server should point to the wireguard server port and wireguard client should communicate with port of dtlspipe client.
 
-But you also need to make following adjustments to wireguard client config:
+You need to make following adjustments to wireguard client config:
 
 1. Use bind address of the dtlspipe client as endpoint for client's wireguard connection.
 2. Use smaller MTU for wireguard tunnel, add `MTU = 1280` to the `[Peer]` section of wireguard client and server tunnel config.