Changes between Version 1 and Version 2 of wireguard
- Timestamp:
- 03/06/25 16:08:25 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireguard
v1 v2 1 1 = Wireguard Open_WRT client 2 2 3 file in /etc/config/network3 File in /etc/config/network 4 4 {{{ 5 6 root@OpenWrt:/etc/config# tail -15 network 7 5 8 config interface 'wg0' 6 9 option proto 'wireguard' … … 13 16 list allowed_ips '10.20.0.0/24' 14 17 option route_allowed_ips '1' 15 option endpoint_host '15 9.xx.xx.xx'18 option endpoint_host '15x.6xx.1xx.xx2' 16 19 option endpoint_port '12345' 17 20 option persistent_keepalive '25'