xmlrpc Port standardmässig auf 127.0.0.1 setzen #9

Closed
opened 2026-03-22 17:16:45 +00:00 by thomas.schwaighofer · 3 comments

Erklärung:
<!-- If you specify an ip adress here, it'll be the only accepted adress. this will improve security. -->

VON:
<xmlrpc_allowremote>true</xmlrpc_allowremote>

AUF:
<xmlrpc_allowremote>127.0.0.1</xmlrpc_allowremote>

Erklärung: `<!-- If you specify an ip adress here, it'll be the only accepted adress. this will improve security. -->` VON: `<xmlrpc_allowremote>true</xmlrpc_allowremote>` AUF: `<xmlrpc_allowremote>127.0.0.1</xmlrpc_allowremote>`
Owner

Aus welcher Konfig kommt das?

Aus welcher Konfig kommt das?

dedicated_cfg.txt ganz unten, wenn man das noch als variable einsetzen kann

dedicated_cfg.txt ganz unten, wenn man das noch als variable einsetzen kann
Owner

Hab ich bereits gestern erledigt:
f013ccd61eab57753feb0db9b3e7bf925d80f747

Der Port wird im Standard nicht exposed. Wenn du das doch willst, dann kannst du das im Compose File hinzufügen und den Port von extern erreichbar machen.
Aktuell ist der Port nur im besagten Docker Netzwerk erreichbar.

Hab ich bereits gestern erledigt: [f013ccd61eab57753feb0db9b3e7bf925d80f747](https://git.techniverse.net/scriptos/tmserver-docker/commit/f013ccd61eab57753feb0db9b3e7bf925d80f747) Der Port wird im Standard nicht exposed. Wenn du das doch willst, dann kannst du das im Compose File hinzufügen und den Port von extern erreichbar machen. Aktuell ist der Port nur im besagten Docker Netzwerk erreichbar.
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: scriptos/tmserver-docker#9