Skip to content

Commit eb72282

Browse files
committed
Set DSCP bits on outgoing traffic from proxies
1 parent df2278c commit eb72282

File tree

1 file changed

+1
-0
lines changed
  • ansible/roles/proxy-network/tasks

1 file changed

+1
-0
lines changed

ansible/roles/proxy-network/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
:OUTPUT ACCEPT [0:0]
1313
:POSTROUTING ACCEPT [0:0]
1414
-A PREROUTING -p tcp -m socket -j MARK --set-xmark 1
15+
-A OUTPUT -d 18.4.86.0/24 -j DSCP --set-dscp {{ dscp_tag }}
1516
COMMIT
1617
notify: reload iptables
1718
- name: Start iptables rules

0 commit comments

Comments
 (0)