Skip to content

Commit 41b7613

Browse files
committed
chore(k8s/amour/wireguard): update Jellyfin IP
1 parent 28cc867 commit 41b7613

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

k8s/amour/wireguard/wireguard_peer_list.cue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
action: wirguardv1alpha1.#EgressNetworkPolicyActionAccept
2828
to: {
2929
// Jellyfin
30-
ip: "192.168.135.5"
30+
ip: "192.168.135.7"
3131
port: 80
3232
}
3333
protocol: wirguardv1alpha1.#EgressNetworkPolicyProtocolTCP
@@ -44,7 +44,7 @@ import (
4444
action: wirguardv1alpha1.#EgressNetworkPolicyActionAccept
4545
to: {
4646
// Jellyfin
47-
ip: "192.168.135.5"
47+
ip: "192.168.135.7"
4848
port: 80
4949
}
5050
protocol: wirguardv1alpha1.#EgressNetworkPolicyProtocolTCP
@@ -69,7 +69,7 @@ import (
6969
action: wirguardv1alpha1.#EgressNetworkPolicyActionAccept
7070
to: {
7171
// Jellyfin
72-
ip: "192.168.135.5"
72+
ip: "192.168.135.7"
7373
port: 80
7474
}
7575
protocol: wirguardv1alpha1.#EgressNetworkPolicyProtocolTCP

0 commit comments

Comments
 (0)