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