Skip to content

Instantly share code, notes, and snippets.

View filipproch's full-sized avatar
:shipit:
RobotHub to the moon

Filip Prochazka filipproch

:shipit:
RobotHub to the moon
View GitHub Profile
@filipproch
filipproch / WireGuard-site-to-site.md
Created January 16, 2022 17:45
Accessing a subnet that is behind a WireGuard client using a site-to-site setup

WireGuard Site-to-Site

Accessing a subnet that is behind a WireGuard client using a site-to-site setup

Problem Summary

We want to access a local subnet remotely, but it is behind a NAT firewall and we can't setup port forwarding. Outgoing connections work, but all incoming connections get DROPPED by the ISP's routing policy.

Solution Summary

@filipproch
filipproch / Hooked.java
Created January 28, 2012 11:59 — forked from nijikokun/Hooked.java
Hooking support for plugins, not just iConomy.
/**
* Hooked.java
* <br><br>
* Controls custom hook information by easily helping you figure out what is what without recieving errors on the matter.
*
* @author Nijikokun <nijikokun@gmail.com>
*/
public class Hooked {
public Hooked() {