WireGuard: Difference between revisions
→Peer setup: fixed config location |
→Route all traffic over wg0, except endpoint: fix routetable name |
||
Line 522: | Line 522: | ||
# we specify that the routing table 1000 must be used | # we specify that the routing table 1000 must be used | ||
# (which is the wireguard routing table). This rule routes all traffic through wireguard. | # (which is the wireguard routing table). This rule routes all traffic through wireguard. | ||
RouteTable = 1000; | |||
# this routing policy rule has a lower priority (10) than | # this routing policy rule has a lower priority (10) than |