feat: enable BLOCK_IPV6 in JDownloader and qBittorrent configurations
This commit is contained in:
parent
7742509a29
commit
b9638c0ad9
@ -44,6 +44,8 @@ spec:
|
|||||||
key: OPENVPN_PASSWORD
|
key: OPENVPN_PASSWORD
|
||||||
- name: FIREWALL_OUTBOUND_SUBNETS
|
- name: FIREWALL_OUTBOUND_SUBNETS
|
||||||
value: "10.42.0.0/16,10.43.0.0/16,192.168.7.0/24"
|
value: "10.42.0.0/16,10.43.0.0/16,192.168.7.0/24"
|
||||||
|
- name: BLOCK_IPV6
|
||||||
|
value: "on"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: tun
|
- name: tun
|
||||||
mountPath: /dev/net/tun
|
mountPath: /dev/net/tun
|
||||||
|
|||||||
@ -64,6 +64,8 @@ spec:
|
|||||||
key: OPENVPN_PASSWORD
|
key: OPENVPN_PASSWORD
|
||||||
- name: FIREWALL_OUTBOUND_SUBNETS
|
- name: FIREWALL_OUTBOUND_SUBNETS
|
||||||
value: "10.42.0.0/16,10.43.0.0/16,192.168.7.0/24"
|
value: "10.42.0.0/16,10.43.0.0/16,192.168.7.0/24"
|
||||||
|
- name: BLOCK_IPV6
|
||||||
|
value: "on"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: tun
|
- name: tun
|
||||||
mountPath: /dev/net/tun
|
mountPath: /dev/net/tun
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user