Skip to content

Commit

Permalink
Updated list from source (#1013)
Browse files Browse the repository at this point in the history
Co-authored-by: weppos <[email protected]>
  • Loading branch information
github-actions[bot] and weppos authored Jun 25, 2024
1 parent 8a3977a commit a5d17ad
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions publicsuffix/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

package publicsuffix

const ListVersion = "PSL version bc648f (Fri Jun 21 13:05:06 2024)"
const ListVersion = "PSL version 3b1b0d (Mon Jun 24 17:02:05 2024)"

func DefaultRules() [9782]Rule {
func DefaultRules() [9784]Rule {
return r
}

var r = [9782]Rule{
var r = [9784]Rule{
{1, "ac", 1, false},
{1, "com.ac", 2, false},
{1, "edu.ac", 2, false},
Expand Down Expand Up @@ -9300,6 +9300,8 @@ var r = [9782]Rule{
{1, "cloudsite.builders", 2, true},
{1, "myradweb.net", 2, true},
{1, "servername.us", 2, true},
{1, "myrdbx.io", 2, true},
{1, "site.rb-hosting.io", 3, true},
{1, "instances.spawn.cc", 3, true},
{1, "instantcloud.cn", 2, true},
{1, "ras.ru", 2, true},
Expand Down

0 comments on commit a5d17ad

Please sign in to comment.