Changes between Version 2 and Version 3 of wireguard


Ignore:
Timestamp:
03/06/25 16:10:32 (4 months ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wireguard

    v2 v3  
    1616        list allowed_ips '10.20.0.0/24'
    1717        option route_allowed_ips '1'
    18         option endpoint_host '15x.6xx.1xx.xx2'
     18        option endpoint_host '1x.xx.yy.zz'
    1919        option endpoint_port '12345'
    2020        option persistent_keepalive '25'
     
    2222root@OpenWrt:/etc/config#
    2323}}}
     24
     25On Mikrotik config only
     26{{{
     27[Interface]
     28PrivateKey = kMtWcqDKWPBpZtZMotZhK7ebgYhHdsE5ZQ5DbjxTeEs=
     29Address = 10.20.0.13/32
     30DNS = 8.8.8.8, 1.1.1.1
     31
     32[Peer]
     33PublicKey = a1vzyij5prL27dz/0lcUmMR5BPEh7KRqCvMMcPIeUB0=
     34AllowedIPs = 10.20.0.0/24
     35Endpoint = 1x.xx.yy.zz:12345
     36}}}