User Tools

Site Tools


cdn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cdn [2025/09/11 01:12] – [🧪 Example: Shell Script for Setup] mikocdn [2025/11/25 16:37] (current) – external edit 127.0.0.1
Line 77: Line 77:
  
 acl localnet src 192.168.0.0/24 acl localnet src 192.168.0.0/24
-http_access allow localnet +http_access allow localnet 
-http_access deny all+http_access allow all
  
 cache allow all cache allow all
Line 95: Line 95:
 Here’s a simple Bash script to create a test directory: Here’s a simple Bash script to create a test directory:
  
-tTo run the script run the command: +To run the script run the command: 
-<code>+<code bash> 
 +wget https://mond-keks.de/downloads/SLEdgeCDN.sh SLEdgeCDN.sh 
 +chmod +x SLEdgeCDN.sh
 ./SLEdgeCDN.sh ./SLEdgeCDN.sh
 </code> </code>
- 
 [[https://mond-keks.de/downloads/SLEdgeCDN.sh|SLEdgeCDN.sh]] [[https://mond-keks.de/downloads/SLEdgeCDN.sh|SLEdgeCDN.sh]]
- 
 <file SLEdgeCDN.sh> <file SLEdgeCDN.sh>
 #!/bin/bash #!/bin/bash
Line 219: Line 219:
  
 so start or restart squid so start or restart squid
-<code>+<code bash>
 sudo systemctl restart squid sudo systemctl restart squid
 sudo systemctl start squid sudo systemctl start squid
cdn.1757553135.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki