Changes between Version 2 and Version 3 of wireguard
- Timestamp:
- 03/06/25 16:10:32 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireguard
v2 v3 16 16 list allowed_ips '10.20.0.0/24' 17 17 option route_allowed_ips '1' 18 option endpoint_host '1 5x.6xx.1xx.xx2'18 option endpoint_host '1x.xx.yy.zz' 19 19 option endpoint_port '12345' 20 20 option persistent_keepalive '25' … … 22 22 root@OpenWrt:/etc/config# 23 23 }}} 24 25 On Mikrotik config only 26 {{{ 27 [Interface] 28 PrivateKey = kMtWcqDKWPBpZtZMotZhK7ebgYhHdsE5ZQ5DbjxTeEs= 29 Address = 10.20.0.13/32 30 DNS = 8.8.8.8, 1.1.1.1 31 32 [Peer] 33 PublicKey = a1vzyij5prL27dz/0lcUmMR5BPEh7KRqCvMMcPIeUB0= 34 AllowedIPs = 10.20.0.0/24 35 Endpoint = 1x.xx.yy.zz:12345 36 }}}