-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathexample.config.yml
57 lines (52 loc) · 2.98 KB
/
example.config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
# Location where configuration files will be stored
config_dir: '~'
# _____ _____ _____ _____ _____ _____ ___ _
# | | | _ | | |_ _| | | | |___ ___| _|_|___
# | | | __| | | | | | | | | | --| . | | _| | . |
# \___/|__| |_|___| |_| \___/ |_____|___|_|_|_| |_|_ |
# TimeZone and WiFi configuration |___|
ur_timezone: "Europe/Kyiv"
wifi_ssid: "vpntv" # New WiFi network name to connect your TV to
wifi_password: "Glory2Ukraine!" # You can change it to "HeroiyamSlava!"
wifi_channel: "7" # WiFi channel (don't change without purpose)
# _____ _____ _____
# | | | _ | | |
# | | | __| | | |
# \___/|__| |_|___|
# Enabling OpenVPN client (true/false)
ovpnclient_enable: true # Set true or false. You can "false" this line if you already have configured OpenVPN client
openvpn_external_port: "1194" # OpenVPN client external port (don't change without purpose)
# _____ _ _ ___ _ _ _ _ _____ _
# | __| |_| |_ ___ ___ |_ | | | | |_| __|_|
# | __| _| | -_| _| | _| | | | | | __| |
# |_____|_| |_|_|___|_| |___| |_____|_|__| |_|
# Wireless Connection Type 1.
# Connecting TV to VPNTV's new WiFi network while VPNTV connected to your home router Ethernet port
ethernet2wifi_enable: false # Set true or false
wifi_interface_t1: "wlan0" # WiFi interface (don't change without purpose)
# _ _ _ _ _____ _ ___ _ _ _ _ _____ _
# | | | |_| __|_| |_ | | | | |_| __|_|
# | | | | | __| | | _| | | | | | __| |
# |_____|_|__| |_| |___| |_____|_|__| |_|
# Wireless Connection Type 2.
# Connecting TV to VPNTV's new WiFi network while VPNTV itself connected to your home WiFi network
wifi2wifi_enable: false # Set true or false
wifi_mod_enable: false # To install custom RTL WiFi modules (don't change without purpose)
wifi_interface_t2: "wlan1" # WiFi interface (don't change without purpose)
# _ _ _ _ _____ _ ___ _____ _ _
# | | | |_| __|_| |_ | | __| |_| |_ ___ ___
# | | | | | __| | | _| | __| _| | -_| _|
# |_____|_|__| |_| |___| |_____|_| |_|_|___|_|
# Wired Connection.
# Connecting TV Ethernet to VPNTV's Ethernet port, while VPNTV itself connected to your home WiFi network
wifi2ethernet_enable: false # Set true or false
# _____ ___ _____ ___ _____ ___
# | __ | _| | | | | _|
# | -| _| | | | | | | | _|
# |__|__|___|_|_|_|___|\___/|___|
# VPNTV Configuration remove.
# Removes any Wireless or Wired configuration which was previously done
wifi_config_remove: false # Set true or false
wifi_module_remove: false # Set true or false
ovpnclient_remove: false # Set true or false