mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 19:45:35 +00:00
17 lines
201 B
Plaintext
17 lines
201 B
Plaintext
|
log syslog all;
|
||
|
|
||
|
protocol device {
|
||
|
scan time 10;
|
||
|
}
|
||
|
|
||
|
protocol bgp {
|
||
|
local as 64001;
|
||
|
neighbor 10.40.2.101 as 64002;
|
||
|
ipv4 {
|
||
|
import none;
|
||
|
export all;
|
||
|
};
|
||
|
}
|
||
|
|
||
|
include "tailscale_bird.conf";
|