feat: enable BLOCK_IPV6 in JDownloader and qBittorrent configurations

This commit is contained in:
Nik Afiq 2026-05-12 20:12:07 +09:00
parent 7742509a29
commit b9638c0ad9
2 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,8 @@ spec:
key: OPENVPN_PASSWORD
- name: FIREWALL_OUTBOUND_SUBNETS
value: "10.42.0.0/16,10.43.0.0/16,192.168.7.0/24"
- name: BLOCK_IPV6
value: "on"
volumeMounts:
- name: tun
mountPath: /dev/net/tun

View File

@ -64,6 +64,8 @@ spec:
key: OPENVPN_PASSWORD
- name: FIREWALL_OUTBOUND_SUBNETS
value: "10.42.0.0/16,10.43.0.0/16,192.168.7.0/24"
- name: BLOCK_IPV6
value: "on"
volumeMounts:
- name: tun
mountPath: /dev/net/tun