WireGuard: Difference between revisions
→Test and Troubleshooting: formatting |
→Route all traffic over wg0, except endpoint: rm family=both for v4, my mistake |
||
Line 308: | Line 308: | ||
# We exempt our endpoint with a higher priority by routing it | # We exempt our endpoint with a higher priority by routing it | ||
# through the main table (Table=main is default). | # through the main table (Table=main is default). | ||
To = "2a01::1/128"; | To = "2a01::1/128"; | ||
Priority = 5; | Priority = 5; |