Skip to content

Commit

Permalink
feat: update GDPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Virenbar committed Jul 31, 2024
1 parent 5a8d2e0 commit 7a9d4d2
Show file tree
Hide file tree
Showing 17 changed files with 599 additions and 155 deletions.
2 changes: 1 addition & 1 deletion GDPIControl/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ internal static class Config

private static ControlSettings Default => new()
{
Modeset = Modeset.M5,
Modeset = Modeset.M9,
CustomSettings1 = new GDPISettings(),
CustomSettings2 = new GDPISettings(),
CustomSettings3 = new GDPISettings()
Expand Down
59 changes: 52 additions & 7 deletions GDPIControl/FormMain.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions GDPIControl/FormMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ public FormMain()
(RB_M4,Modeset.M4),
(RB_M5,Modeset.M5),
(RB_M6,Modeset.M6),
(RB_M7,Modeset.M7),
(RB_M8,Modeset.M8),
(RB_M9,Modeset.M9),
(RB_Custom_1,Modeset.Custom1),
(RB_Custom_2,Modeset.Custom2),
(RB_Custom_3,Modeset.Custom3)
Expand Down
51 changes: 39 additions & 12 deletions GDPIControl/Forms/FormBlacklist.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion GDPIControl/Forms/FormBlacklist.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public FormBlacklist()
{
InitializeComponent();
RBtoURI.Add(RB_AZ, @"https://antizapret.prostovpn.org/domains-export.txt");
RBtoURI.Add(RB_AZ1, @"https://mirror.virenbar.workers.dev/?key=blacklist-gdpi");
RBtoURI.Add(RB_AZ1, @"https://p.thenewone.lol/domains-export.txt");
RBtoURI.Add(RB_AZ2, @"https://mirror.thetahex.ru/?key=blacklist-gdpi");
RBtoURI.Add(RB_AF, @"https://antifilter.download/list/domains.lst");

Expand Down
Loading

0 comments on commit 7a9d4d2

Please sign in to comment.