aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/files/etc/config/system
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-09-30 02:14:13 +0000
committerterminaldweller <thabogre@gmail.com>2021-09-30 02:14:13 +0000
commit47e7770dc4aac0cc8767935558a0c8cae74632c1 (patch)
treed179f93bea23c81df424d8a5d45951116424e1d8 /openwrt/files/etc/config/system
parenthaproxy,jabber,bitlbee (diff)
downloadscripts-47e7770dc4aac0cc8767935558a0c8cae74632c1.tar.gz
scripts-47e7770dc4aac0cc8767935558a0c8cae74632c1.zip
opewrt,haproxy,nginx,ejabberd,....
Diffstat (limited to 'openwrt/files/etc/config/system')
-rw-r--r--openwrt/files/etc/config/system14
1 files changed, 14 insertions, 0 deletions
diff --git a/openwrt/files/etc/config/system b/openwrt/files/etc/config/system
new file mode 100644
index 0000000..5f70198
--- /dev/null
+++ b/openwrt/files/etc/config/system
@@ -0,0 +1,14 @@
+config system
+ option hostname 'OpenWrt'
+ option timezone 'UTC'
+ option ttylogin '0'
+ option log_size '64'
+ option urandom_seed '0'
+
+config timeserver 'ntp'
+ option enabled '1'
+ option enable_server '0'
+ list server '0.openwrt.pool.ntp.org'
+ list server '1.openwrt.pool.ntp.org'
+ list server '2.openwrt.pool.ntp.org'
+ list server '3.openwrt.pool.ntp.org'