diff options
author | Simon Rettberg | 2023-06-28 11:55:28 +0200 |
---|---|---|
committer | Simon Rettberg | 2023-06-28 11:55:28 +0200 |
commit | adaad14430c14e1e09c7bd7e8d8f99a84ea69e32 (patch) | |
tree | d195f49bec5de5b75dc5b1332db3fa252cf2f1c6 | |
parent | [SS*S] Add /etc/locale.conf (diff) | |
download | setup-scripts-adaad14430c14e1e09c7bd7e8d8f99a84ea69e32.tar.gz setup-scripts-adaad14430c14e1e09c7bd7e8d8f99a84ea69e32.tar.xz setup-scripts-adaad14430c14e1e09c7bd7e8d8f99a84ea69e32.zip |
[SSPS] Limit tftp trnasfer port range
-rw-r--r-- | satellit_installer/static_files/tftpd/etc/systemd/system/tftpd-hpa.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/satellit_installer/static_files/tftpd/etc/systemd/system/tftpd-hpa.service b/satellit_installer/static_files/tftpd/etc/systemd/system/tftpd-hpa.service index b92254a..741668c 100644 --- a/satellit_installer/static_files/tftpd/etc/systemd/system/tftpd-hpa.service +++ b/satellit_installer/static_files/tftpd/etc/systemd/system/tftpd-hpa.service @@ -3,7 +3,7 @@ Description=tftpd-hpa (OpenSLX Config) After=network.target [Service] -ExecStart=/usr/sbin/in.tftpd --map-file /opt/openslx/tftpd-remap --user tftp --foreground --address :69 --secure /srv/openslx/tftp +ExecStart=/usr/sbin/in.tftpd --map-file /opt/openslx/tftpd-remap --user tftp --foreground --port-range 3000:4000 --address :69 --secure /srv/openslx/tftp #User=tftp Restart=on-failure |