mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Set proxy for apt cacher too
This commit is contained in:
@@ -90,3 +90,7 @@ PassThroughPattern: (repo\.securityonion\.net:443|download\.docker\.com:443|mirr
|
|||||||
# MaxDlSpeed: 500
|
# MaxDlSpeed: 500
|
||||||
# MaxInresponsiveDlSize: 64000
|
# MaxInresponsiveDlSize: 64000
|
||||||
# BadRedirDetectMime: text/html
|
# BadRedirDetectMime: text/html
|
||||||
|
{% set proxy = salt['pillar.get']('manager:proxy') -%}
|
||||||
|
{{ if proxy }}
|
||||||
|
Proxy: {{ proxy }}
|
||||||
|
{{ endif }}
|
||||||
|
|||||||
Reference in New Issue
Block a user