mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
Services are now accessible from the VM subnet.
This commit is contained in:
parent
bdbefcb23c
commit
ef12b4a733
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
incomplete-dir = "/disks/pool-raw/Public/Media/.incomplete";
|
||||
incomplete-dir-enabled = true;
|
||||
rpc-bind-address = "0.0.0.0";
|
||||
rpc-whitelist = "127.0.0.1,192.168.1.*";
|
||||
rpc-whitelist = "127.0.0.1,192.168.1.*,192.168.122.*";
|
||||
script-torrent-done-enabled = true;
|
||||
script-torrent-done-filename = "${transmission-done-script}/bin/script";
|
||||
umask = 0;
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
security = user
|
||||
#use sendfile = yes
|
||||
#max protocol = smb2
|
||||
hosts allow = 192.168.1. localhost
|
||||
hosts allow = 192.168.1. 192.168.122. localhost
|
||||
hosts deny = 0.0.0.0/0
|
||||
guest account = nobody
|
||||
map to guest = bad user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue