Quantcast
Channel: Tomato Firmware
Viewing all articles
Browse latest Browse all 5181

Custom configuration options

$
0
0
Right now set OpenVPN custom configuration with

Code:
ca /sda1/file
cert /sda1/file
ect...
tls-cipher TLS-DHE-RSA-WITH-AES-256-GCM-SHA384
Can one also set this option by writing:

Code:
ca /sda1/file
cert /sda1/file
ect...
tls-cipher /sda1/file-with-option
Not really asking this question specific to OpenVPN. Can any custom configuration setting (Run after mounting, Samba Custom Configuration, ect) pull from a file? It seems to work with the custom scheduler (works below) as...

Custom configuration options

Viewing all articles
Browse latest Browse all 5181