Transmission Server 설정

* /etc/transmission-daemon/settings.json { “alt-speed-down”: 50, “alt-speed-enabled”: false, “alt-speed-time-begin”: 540, “alt-speed-time-day”: 127, “alt-speed-time-enabled”: false, “alt-speed-time-end”: 1020, “alt-speed-up”: 50, “bind-address-ipv4”: “0.0.0.0”, “bind-address-ipv6”: “::”, “blocklist-enabled”: false, “blocklist-url”: “http://www.example.com/blocklist”, “cache-size-mb”: 4, “dht-enabled”: true, “download-dir”: “/media/wifi_hdd/Downloads”, “download-limit”: 100, “download-limit-enabled”: 0, “download-queue-enabled”: true, “download-queue-size”: 5, “encryption”: 1, “idle-seeding-limit”: 30, “idle-seeding-limit-enabled”: false, “incomplete-dir”: “/media/wifi_hdd/Temp”, “incomplete-dir-enabled”: true, “lpd-enabled”: false, “max-peers-global”: 200, “message-level”: 1, … 더 읽기

vsftpd.conf 설정 (FTP Server)

* /etc/vsftpd.conf # Example config file /etc/vsftpd.conf # # The default compiled in settings are fairly paranoid. This sample file # loosens things up a bit, to make the ftp daemon more usable. # Please see vsftpd.conf.5 for all compiled in defaults. # # READ THIS: This example file is NOT an exhaustive list of … 더 읽기

How to Setup Local DNS Resolver using Dnsmasq (Wireguard VPN)

https://www.howtoforge.com/how-to-setup-local-dns-server-using-dnsmasq-on-ubuntu-20-04/ * /etc/dnsmasq.conf (공유기 연결) …. listen-address=127.0.0.1,10.176.96.1 interface=eth0 interface=wg0 If you don’t want dnsmasq to read /etc/resolv.conf or any other # file, getting its servers from this file instead (see below), then # uncomment this. no-resolv # If you don’t want dnsmasq to poll /etc/resolv.conf or other resolv # files for changes and re-read them … 더 읽기

PiVPN 설치

https://blog.naver.com/ksnnw/222013687692 Wireguard를 이용한 VPN서버 만들기 [라즈베리파이/pivpn] Wireguard를 이용한 VPN서버 만들기 vpn의 목적은 내부에서만 접속 가능한 클라이언트들을 외부에서도 접속 가능할 수 있게끔 가상의 네트워크를 만들어주는 것입니다. 예를들어, samba클라이언트는 같은 공유기 (같은 네트워크)에 접속되어있는 컴퓨터끼리만 접속할 수 있기 때문에 집 밖에서는 접속할 수가 없습니다. 내가 라즈베리파이에 사진을 넣어놨고 밖에 나가서 그 사진을 보고 싶은데 접속이 안되죠. 이럴때 … 더 읽기

minidlna.conf 설정

sudo mousepad /etc/minidlna.conf   # This is the configuration file for the MiniDLNA daemon, a DLNA/UPnP-AV media # server. # # Unless otherwise noted, the commented out options show their default value. # # On Debian, you can also refer to the minidlna.conf(5) man page for # documentation about this file. # Specify the user … 더 읽기