This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#3698
from chris5560/ddns-scripts
ddns-scripts: get public_suffix_list.dat without using secure connection
lilik-openwrt-22.03
Ted Hess
8 years ago
committed by
GitHub
parent
52039ed443
3065760a84
commit
558f0b563b
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/ddns-scripts/Makefile
+1
-1
net/ddns-scripts/tools/public_suffix_list.sh
+ 1
- 1
net/ddns-scripts/Makefile
View File
@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts
PKG_VERSION
:=
2.7.6
# Release == build
# increase on changes of services files or tld_names.dat
PKG_RELEASE
:=
7
PKG_RELEASE
:=
8
PKG_LICENSE
:=
GPL-2.0
PKG_MAINTAINER
:=
Christian Schoenebeck <christian.schoenebeck@gmail.com>
+ 1
- 1
net/ddns-scripts/tools/public_suffix_list.sh
View File
@ -1,6 +1,6 @@
#!/bin/sh
URL
=
"http
s
://publicsuffix.org/list/public_suffix_list.dat"
URL
=
"http://publicsuffix.org/list/public_suffix_list.dat"
TMPFILE
=
$(
dirname
$0
)
/public_suffix_list.tmp
DATFILE
=
$(
dirname
$0
)
/public_suffix_list.dat
Write
Preview
Loading…
Cancel
Save