mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-09-23 22:24:36 -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 /etc/ssh/ssh_config.d/*.conf
|
||||
|
||||
IPQoS af21 af11
|
||||
IPQoS cs2 cs0
|
||||
|
||||
ServerAliveInterval 60
|
||||
ServerAliveCountMax 2
|
||||
|
|
|
@ -16,7 +16,7 @@ Include /etc/ssh/sshd_config.d/*.conf
|
|||
#ListenAddress 0.0.0.0
|
||||
#ListenAddress ::
|
||||
|
||||
IPQoS af21 af11
|
||||
IPQoS cs2 cs0
|
||||
|
||||
HostKey /etc/ssh/ssh_host_ed25519_key
|
||||
HostKeyAlgorithms ssh-ed25519
|
||||
|
|
|
@ -25,9 +25,6 @@ server:
|
|||
private-address: ::1/128
|
||||
private-address: ::ffff:0:0/96
|
||||
|
||||
# AF21
|
||||
ip-dscp: 18
|
||||
|
||||
# force DMARC enforcement
|
||||
local-zone: "_dmarc.gmail.com" static
|
||||
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