Skip to content

Add whitelist option - Sync old fork with master and fix errors - #843

Open
tarikware wants to merge 3 commits into
ValdikSS:masterfrom
tarikware:whitelist
Open

tarikware wants to merge 3 commits into
ValdikSS:masterfrom
tarikware:whitelist

Conversation

@tarikware

@tarikware tarikware commented May 23, 2026

Copy link
Copy Markdown

Hello.

Some websites aren't compatible with GoodbyeDPI. The users may need to whitelist such pages in order GoodbyeDPI to ignore the requests made to them.

The pull request #305 from jimraynor2470 proposed adding the whitelist option but the fork got obsolete now, has merge conflicts and some errors. This PR resolves those conflicts and fixes the errors. Commits from jimraynor2470 are left intact except the parts that conflicted.

I built the program from source and tested the feature on some webpages. Your review and further testing would be appreciated.

Thanks.

Comment thread src/goodbyedpi.c
{"dns-verb", no_argument, 0, 'v' },
{"blacklist", required_argument, 0, 'b' },
{"whitelist", required_argument, 0, 't' },
{"whitelist", required_argument, 0, 'W' },

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lowercase w and t already exist as argument abbreviations. Thus, I am using uppercase W.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants