-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
46 lines (37 loc) · 899 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# DNS server settings
dns:
# Listening address
listen: 0.0.0.0:53
# Listening protocol
# Available options: udp, tcp
network: udp
# DNS server to forward all request
# By default using DoT
authoritative_dns: 1.1.1.1:853
# BGP server settings
bgp:
# Listening port
listen_port: 179
# ID of the current BGP server
# Should be a unique string, IP address is usually used
router_id: 192.168.88.247
# BGP server Autonomous Station Number
# Should be unique
asn: 65432
# BGP neighbours settings
neighbors:
# BGP neighbour Autonomous Station Number
# Should be unique
asn: 64512
# BGP neighbours network
prefix: 192.168.88.0/24
# Routing rules
rules:
# Gateway address to route matched networks and hosts
next_hop: 192.168.1.1
zones:
- netflix.com.
# Not implemented
networks:
# - 192.192.192.192/32
# - 192.192.192.0/24