Skip to content

Commit

Permalink
chore(k8s/amour/wireguard): allow peer access to jellyseerr
Browse files Browse the repository at this point in the history
  • Loading branch information
uhthomas committed Jun 9, 2024
1 parent 2bab707 commit d817b4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions k8s/amour/wireguard/wireguard_peer_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ import (
port: 80
}
protocol: wirguardv1alpha1.#EgressNetworkPolicyProtocolTCP
}, {
action: wirguardv1alpha1.#EgressNetworkPolicyActionAccept
to: {
// Jellyseerr
ip: "192.168.135.13"
port: 80
}
protocol: wirguardv1alpha1.#EgressNetworkPolicyProtocolTCP
}]
}
}, {
Expand Down

0 comments on commit d817b4b

Please sign in to comment.