Skip to content

Instantly share code, notes, and snippets.

View rdougan's full-sized avatar

Robert Dougan rdougan

View GitHub Profile
render() {
let something = null;
if (this.props.something) {
something = (
<View />
);
}
return (
@rdougan
rdougan / config.gateway.json
Created February 28, 2020 20:37
USG ExpressVPN setup
{
"firewall": {
"modify": {
"PBR_VPN": {
"rule": {
"5000": {
"action": "modify",
"description": "traffic from VLan 50 to VPN Tunnel",
"modify": {
"table": "50"