This commit is contained in:
2024-04-21 14:42:52 +02:00
parent 4b69674ede
commit 8a25f53c99
10700 changed files with 55767 additions and 14201 deletions

View File

@ -0,0 +1,68 @@
Logo
Tickets
Demandes d'ajout
Jalons
Explorateur
[Hubert Cornet]
Tips-Of-Mine
/
Applications
généré depuis Tips-Of-Mine/Template-Docker
Code
Demandes d'ajout
Wiki
Activité
Paramètres
Applications
/squid/conf.d/linux.conf
38 lignes
1.2 KiB
Plaintext
#
# Squid configuration settings for all linux
#
# Logs are managed by logrotate on Debian
logfile_rotate 0
# For extra security Debian packages only allow
# localhost to use the proxy on new installs
#
#http_access allow localnet
acl gitlab dstdomain gitlab.com
acl github dstdomain github.com
acl api_github dstdomain api.github.com
acl security_debian dstdomain security.debian.org
acl deb_debian dstdomain deb.debian.org
acl ftp_debian dstdomain ftp.debian.org
acl packages_sury dstdomain packages.sury.org
acl pear_php dstdomain pear.php.net
acl packages_adoptium dstdomain packages.adoptium.net
acl raw_githubusercontent dstdomain raw.githubusercontent.com
acl odeload_github dstdomain codeload.github.com
acl packagist dstdomain packagist.org
acl repo_packagist dstdomain repo.packagist.org
http_access allow gitlab
http_access allow github
http_access allow api_github
http_access allow security_debian
http_access allow deb_debian
http_access allow ftp_debian
http_access allow packages_sury
http_access allow pear_php
http_access allow packages_adoptium
http_access allow raw_githubusercontent https_port
http_access allow odeload_github https_port
http_access allow packagist https_port
http_access allow repo_packagist
Propulsé par Gitea
Version:
1.21.5
Page:
168ms
Modèle:
17ms
Licences
API

View File

@ -0,0 +1,4 @@
acl snmpcentreon snmp_community SUP-TSM-PRIV
snmp_port 3401
snmp_access allow snmpcentreon localhost

View File

@ -0,0 +1,38 @@
#
# Squid configuration settings for all windows
#
# Logs are managed by logrotate on Debian
logfile_rotate 0
# For extra security Debian packages only allow
# localhost to use the proxy on new installs
#
#http_access allow localnet
acl gitlab dstdomain gitlab.com
acl github dstdomain github.com
acl api_github dstdomain api.github.com
acl security_debian dstdomain security.debian.org
acl deb_debian dstdomain deb.debian.org
acl ftp_debian dstdomain ftp.debian.org
acl packages_sury dstdomain packages.sury.org
acl pear_php dstdomain pear.php.net
acl packages_adoptium dstdomain packages.adoptium.net
acl raw_githubusercontent dstdomain raw.githubusercontent.com
acl odeload_github dstdomain codeload.github.com
acl packagist dstdomain packagist.org
acl repo_packagist dstdomain repo.packagist.org
http_access allow gitlab
http_access allow github
http_access allow api_github
http_access allow security_debian
http_access allow deb_debian
http_access allow ftp_debian
http_access allow packages_sury
http_access allow pear_php
http_access allow packages_adoptium
http_access allow raw_githubusercontent https_port
http_access allow odeload_github https_port
http_access allow packagist https_port
http_access allow repo_packagist