WireGuard: Difference between revisions

Tie-ling (talk | contribs)
Tie-ling (talk | contribs)
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).  
          Family = "both";
           To = "2a01::1/128";
           To = "2a01::1/128";
           Priority = 5;
           Priority = 5;