mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
7 lines
162 B
Text
7 lines
162 B
Text
|
#!/bin/sh
|
||
|
# vim: set noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 :
|
||
|
|
||
|
# Do not redirect http to https, allow both
|
||
|
|
||
|
uci -q set "uhttpd.main.redirect_https='0'"
|