mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
6 lines
162 B
Bash
Executable file
6 lines
162 B
Bash
Executable file
#!/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'"
|