Skip to content

Instantly share code, notes, and snippets.

View salgo's full-sized avatar

Andy Gale salgo

View GitHub Profile
@hwdsl2
hwdsl2 / .MOVED.md
Last active May 19, 2024 06:28
IPsec VPN Server Auto Setup Script for Ubuntu and Debian
@luzeduardo
luzeduardo / Varnish_Magento_vcl
Created March 21, 2013 19:32
Varnsh Magento vcl version 3
# This is a basic VCL configuration file for varnish by Ideaspool.
#
# Default backend definition. Set this to point to your content
# server.
#
backend default {
.host = "192.168.0.116";
.port = "80";
}
acl trusted {