mirror of
https://github.com/casjaysdevdocker/aria2
synced 2025-09-18 09:57:40 -04:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
@@ -524,7 +524,7 @@
|
||||
titleRefreshInterval: 5e3,
|
||||
browserNotification: !1,
|
||||
rpcAlias: 'aria2',
|
||||
rpcHost: '127.0.0.1',
|
||||
rpcHost: 'REPLACE_SERVER_ADDR',
|
||||
rpcPort: 'REPLACE_SERVER_PORT',
|
||||
rpcInterface: 'jsonrpc',
|
||||
protocol: 'http',
|
||||
|
@@ -4,7 +4,7 @@ log=/data/logs/aria2/aria2.log
|
||||
input-file=/config/aria2/aria2.session
|
||||
save-session=/config/aria2/aria2.session
|
||||
enable-rpc=true
|
||||
rpc-listen-port=6800
|
||||
rpc-listen-port=REPLACE_RPC_PORT
|
||||
rpc-allow-origin-all=true
|
||||
rpc-listen-all=true
|
||||
rpc-secret=REPLACE_RPC_SECRET
|
||||
|
Reference in New Issue
Block a user