Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unbound failed to load with Ultimate #326

Open
5 tasks
It0w opened this issue Dec 3, 2019 · 2 comments
Open
5 tasks

Unbound failed to load with Ultimate #326

It0w opened this issue Dec 3, 2019 · 2 comments
Labels
enhancement New feature or request. issue Issue. request Requested. Syntax problem Broken or non-ideal syntaxes in list versions

Comments

@It0w
Copy link

It0w commented Dec 3, 2019

Energized Protection - block ⚡

Let's make an annoyance free, better open internet, altogether!

Issue Submit Form

Provide the following infos properly, which will help us to resolve your issue quickly.

Issue(s):

Type x in between [ ] and make sure there isn't any space between brackets. Example; for Your Selected Issue(s), type like this - [x]
You can select more than one category of issues if you need to!

  • Whitelist
  • [x ] Blacklist
  • App Broken
  • Website Broken
  • Request
  • Other Issue

Pack(s):

Write the name of the pack(s) you are using.

  • Pack(s) Name: Ultimate (Unbound)

Extension(s):

Also name the extension(s) if you are using any. If you don't then leave it blank.

  • Extension(s) Name:

Domain(s):

If you are submitting this issue for whitelist/blacklist issue, send us the domain(s) for whitelisting/blacklisting here. Kindly use the Code Tag to prevent tracking.

  • Domain(s):
local-zone: "dsum-sec.casalemedia.com\" static

Your Config:

Just to ensure there is no issues or conflicts with other app/software/magisk module/extension/source list.
Make sure you are running Energized Protection Service only.

  • Client:
  • Version:

Details:

Write us a lil bit more about your issue or query. You can attach any screen shot or log of the issue or advert, this will help to highlight it.

  • Your Issue Detail:
    Unbound failed to start because of \
    in dsum-sec.casalemedia.com\

solved with editing sed line
from

sed '/.blogspot./d;/.wixsite./d;/.wordpress./d;/\//d;/:/d;/(/d;/|/d;/\[/d;/\]/d' -i $file

to

sed '/.blogspot./d;/.wixsite./d;/.wordpress./d;/\//d;/:/d;/(/d;/|/d;/\[/d;/\]/d;/[\]/d' -i $file

also it is maybe bette to use "sort -uf" and "uniq -i" for unbound

sed -i 's/ *$//' $temp && sort $temp |uniq |tee > $file

to

sed -i 's/ *$//' $temp && sort -uf $temp |tee |uniq -i > $file

Thanks Itow :D


Thank you for making Energized Protection great with your kind help!

A project by Ador with ❤

@AdroitAdorKhan AdroitAdorKhan added enhancement New feature or request. issue Issue. request Requested. labels Jan 21, 2020
@AdroitAdorKhan
Copy link
Member

Thanks for the fix patch. I'll try to apply the patch on next repo update.

@DandelionSprout DandelionSprout added the Syntax problem Broken or non-ideal syntaxes in list versions label Sep 5, 2020
@ghost
Copy link

ghost commented Sep 6, 2020

Title: Energized Ultimate Protection
Description: Flagship Protection Pack from Energized Protection.
Format: unbound
Version: 20.09.250
Release: 250

the entry in question showing as local-zone: "dsum-sec.casalemedia.com" static

Seems the issue could be closed then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request. issue Issue. request Requested. Syntax problem Broken or non-ideal syntaxes in list versions
Projects
None yet
Development

No branches or pull requests

3 participants