allow ts3 server query raw from internet
ci/woodpecker/push/flux-reconcile-source Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful

This commit is contained in:
2026-06-22 23:09:30 +02:00
parent b336866044
commit e3f11537a4
2 changed files with 15 additions and 0 deletions
+11
View File
@@ -256,6 +256,11 @@
dst-port: 30033 dst-port: 30033
out-interface: vlan4 out-interface: vlan4
protocol: tcp protocol: tcp
- action: accept
chain: allow-ports
dst-port: 10011
out-interface: vlan4
protocol: tcp
- action: accept - action: accept
chain: allow-ports chain: allow-ports
comment: Allow HTTP comment: Allow HTTP
@@ -315,6 +320,12 @@
dst-port: 30033 dst-port: 30033
protocol: tcp protocol: tcp
to-addresses: 10.44.0.0 to-addresses: 10.44.0.0
- action: dst-nat
chain: dstnat
dst-address: 139.28.40.212
dst-port: 10011
protocol: tcp
to-addresses: 10.44.0.0
- action: src-nat - action: src-nat
chain: srcnat chain: srcnat
comment: src-nat from LAN to TS3 to some Greenland address comment: src-nat from LAN to TS3 to some Greenland address
+4
View File
@@ -15,6 +15,10 @@ spec:
protocol: TCP protocol: TCP
port: 30033 port: 30033
targetPort: 30033 targetPort: 30033
- name: rawquery
protocol: TCP
port: 10011
targetPort: 10011
type: LoadBalancer type: LoadBalancer
externalTrafficPolicy: Local externalTrafficPolicy: Local
ipFamilyPolicy: PreferDualStack ipFamilyPolicy: PreferDualStack