Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
172fbb1ded
|
|||
|
62f6baf948
|
@@ -43,6 +43,11 @@
|
|||||||
comment: Allow from SRV to internet
|
comment: Allow from SRV to internet
|
||||||
in-interface: vlan4
|
in-interface: vlan4
|
||||||
out-interface-list: wan
|
out-interface-list: wan
|
||||||
|
- action: accept
|
||||||
|
chain: forward
|
||||||
|
comment: Allow from SRV to SRV
|
||||||
|
in-interface: vlan4
|
||||||
|
out-interface: vlan4
|
||||||
- action: accept
|
- action: accept
|
||||||
chain: forward
|
chain: forward
|
||||||
comment: Allow from SRV to CAM
|
comment: Allow from SRV to CAM
|
||||||
@@ -277,6 +282,11 @@
|
|||||||
in-interface: '!pppoe-gpon'
|
in-interface: '!pppoe-gpon'
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
to-addresses: 128.0.70.5
|
to-addresses: 128.0.70.5
|
||||||
|
- action: masquerade
|
||||||
|
chain: srcnat
|
||||||
|
comment: hairpin to LoadBalancer pool (vlan4 -> vlan4)
|
||||||
|
dst-address: 10.44.0.0/16
|
||||||
|
in-interface: vlan4
|
||||||
- action: dst-nat
|
- action: dst-nat
|
||||||
chain: dstnat
|
chain: dstnat
|
||||||
comment: HTTPS
|
comment: HTTPS
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: download-whisper
|
- name: download-whisper
|
||||||
image: ghcr.io/mostlygeek/llama-swap:unified-vulkan-2026-05-29
|
image: gitea.lumpiasty.xyz/lumpiasty/llama-swap:unified-vulkan-test
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
@@ -48,7 +48,7 @@ spec:
|
|||||||
mountPath: /root/.cache
|
mountPath: /root/.cache
|
||||||
containers:
|
containers:
|
||||||
- name: llama-swap
|
- name: llama-swap
|
||||||
image: ghcr.io/mostlygeek/llama-swap:unified-vulkan-2026-05-29
|
image: gitea.lumpiasty.xyz/lumpiasty/llama-swap:unified-vulkan-test
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- llama-swap
|
- llama-swap
|
||||||
|
|||||||
Reference in New Issue
Block a user