mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-18 04:17:21 +02:00
Compare commits
5 Commits
20d9e213e2
...
bae5e38347
Author | SHA1 | Date | |
---|---|---|---|
bae5e38347 | |||
3e9331c84f | |||
4757f05060 | |||
f43106f002 | |||
e491a114a1 |
@ -6,12 +6,21 @@
|
||||
# e.g.: include = /etc/samba/playstation2.conf
|
||||
|
||||
[global]
|
||||
# enable logging
|
||||
log level = 5
|
||||
syslog = 5
|
||||
# SMBv1, required for PS2
|
||||
server min protocol = NT1
|
||||
workgroup = WORKGROUP
|
||||
usershare allow guests = yes
|
||||
map to guest = bad user
|
||||
allow insecure wide links = yes
|
||||
# https://github.com/ps2homebrew/Open-PS2-Loader/issues/79
|
||||
# Disable dead connection timeout
|
||||
# Default is 10080 so 168 hours, so unlikely to hit though
|
||||
deadtime = 0
|
||||
# keepalive every minute, default is 5
|
||||
keepalive = 60
|
||||
|
||||
# All guides seem to use the name PS2SMB, and it may require manual typing
|
||||
# on the console
|
||||
|
Loading…
x
Reference in New Issue
Block a user