mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-09-24 06:34:39 -04:00
adjust DSCP configuration
AFx1 is classified as low priority traffic by the legacy TOS handling.
This commit is contained in:
parent
110dfe1a8f
commit
e77a5fb357
3 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Include drop-in configurations
|
# Include drop-in configurations
|
||||||
Include /etc/ssh/ssh_config.d/*.conf
|
Include /etc/ssh/ssh_config.d/*.conf
|
||||||
|
|
||||||
IPQoS af21 af11
|
IPQoS cs2 cs0
|
||||||
|
|
||||||
ServerAliveInterval 60
|
ServerAliveInterval 60
|
||||||
ServerAliveCountMax 2
|
ServerAliveCountMax 2
|
||||||
|
|
|
@ -16,7 +16,7 @@ Include /etc/ssh/sshd_config.d/*.conf
|
||||||
#ListenAddress 0.0.0.0
|
#ListenAddress 0.0.0.0
|
||||||
#ListenAddress ::
|
#ListenAddress ::
|
||||||
|
|
||||||
IPQoS af21 af11
|
IPQoS cs2 cs0
|
||||||
|
|
||||||
HostKey /etc/ssh/ssh_host_ed25519_key
|
HostKey /etc/ssh/ssh_host_ed25519_key
|
||||||
HostKeyAlgorithms ssh-ed25519
|
HostKeyAlgorithms ssh-ed25519
|
||||||
|
|
|
@ -25,9 +25,6 @@ server:
|
||||||
private-address: ::1/128
|
private-address: ::1/128
|
||||||
private-address: ::ffff:0:0/96
|
private-address: ::ffff:0:0/96
|
||||||
|
|
||||||
# AF21
|
|
||||||
ip-dscp: 18
|
|
||||||
|
|
||||||
# force DMARC enforcement
|
# force DMARC enforcement
|
||||||
local-zone: "_dmarc.gmail.com" static
|
local-zone: "_dmarc.gmail.com" static
|
||||||
local-data: '_dmarc.gmail.com 600 IN TXT "v=DMARC1; p=quarantine; rua=mailto:mailauth-reports@google.com"'
|
local-data: '_dmarc.gmail.com 600 IN TXT "v=DMARC1; p=quarantine; rua=mailto:mailauth-reports@google.com"'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue