Skip to content

Instantly share code, notes, and snippets.

View cls60's full-sized avatar

Sven cls60

  • Chemnitz
  • 08:46 (UTC +01:00)
View GitHub Profile
@daemonhorn
daemonhorn / Cloudflare-WARP_Wireguard.md
Last active February 26, 2026 17:30
Cloudflare WARP tunnel via Wireguard client

Cloudflare WARP tunnel via Wireguard client

This example provides a simple configuration for a Debian client to have a Cloudflare tunnel while not installing the official Cloudflare WARP client. Note: Tunnel transport outbound to engage.cloudlflare.com on udp/2408 is default, with a dynamic listening udp port and a fwmark for packet matching by wireguard. Any applicable firewall rules may need to be adjusted.

Install dependancies

sudo apt install openresolv wireguard-tools golang git

Get the latest client from Github and build using go

git clone https://github.com/ViRb3/wgcf.git
@norman-bauer
norman-bauer / AzureToFritzBoxVPN.cfg
Created May 3, 2023 19:33
Configuration file for FRITZ!Box to create a site-to-site VPN with Azure.
vpncfg {
connections {
enabled = yes;
conn_type = conntype_lan;
name = "AzureToFritzBoxVPN";
always_renew = no;
reject_not_encrypted = no;
dont_filter_netbios = yes;
localip = 0.0.0.0;
local_virtualip = 0.0.0.0;