mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 11:00:49 -05:00
disable unused DHCP IPv4 address for mail server
This commit is contained in:
parent
6736cdc36f
commit
b245498612
@ -2,24 +2,18 @@
|
||||
Name=eth0
|
||||
|
||||
[Network]
|
||||
DHCP=ipv4
|
||||
LinkLocalAddressing=no
|
||||
Address=192.99.98.22/32
|
||||
Gateway=51.161.8.1
|
||||
Address=2607:5300:205:200::94f/128
|
||||
Gateway=2607:5300:205:200::1
|
||||
|
||||
[Route]
|
||||
Destination=0.0.0.0/0
|
||||
Gateway=51.161.8.1
|
||||
PreferredSource=192.99.98.22
|
||||
Metric=512
|
||||
Destination=51.161.8.1
|
||||
|
||||
[Route]
|
||||
Destination=2607:5300:205:200::1
|
||||
|
||||
[DHCP]
|
||||
UseMTU=true
|
||||
|
||||
[CAKE]
|
||||
Bandwidth=250M
|
||||
PriorityQueueingPreset=besteffort
|
||||
|
Loading…
Reference in New Issue
Block a user