mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2026-01-27 04:30:34 +03:00
Changes in repo
This commit is contained in:
66
config_files/dhcp
Normal file
66
config_files/dhcp
Normal file
@@ -0,0 +1,66 @@
|
||||
|
||||
config dnsmasq
|
||||
option domainneeded '1'
|
||||
option localise_queries '1'
|
||||
option rebind_protection '1'
|
||||
option rebind_localhost '1'
|
||||
option local '/lan/'
|
||||
option domain 'lan'
|
||||
option expandhosts '1'
|
||||
option cachesize '1000'
|
||||
option authoritative '1'
|
||||
option readethers '1'
|
||||
option leasefile '/tmp/dhcp.leases'
|
||||
option localservice '1'
|
||||
option ednspacket_max '1232'
|
||||
list rebind_domain 'onion'
|
||||
option sequential_ip '1'
|
||||
option filter_aaaa '1'
|
||||
option doh_backup_noresolv '-1'
|
||||
option noresolv '1'
|
||||
list doh_backup_server '/mask.icloud.com/'
|
||||
list doh_backup_server '/mask-h2.icloud.com/'
|
||||
list doh_backup_server '/use-application-dns.net/'
|
||||
list doh_backup_server '127.0.0.1#5053'
|
||||
list doh_backup_server '127.0.0.1#5054'
|
||||
list doh_server '127.0.0.1#5053'
|
||||
list doh_server '127.0.0.1#5054'
|
||||
list doh_server '127.0.0.1#5055'
|
||||
list doh_server '127.0.0.1#5056'
|
||||
option strictorder '1'
|
||||
list server '127.0.0.1#5053'
|
||||
list server '127.0.0.1#5054'
|
||||
list server '127.0.0.1#5055'
|
||||
list server '127.0.0.1#5056'
|
||||
list server '/*.chatgpt.com/127.0.0.1#5056'
|
||||
list server '/*.oaistatic.com/127.0.0.1#5056'
|
||||
list server '/*.oaiusercontent.com/127.0.0.1#5056'
|
||||
list server '/*.openai.com/127.0.0.1#5056'
|
||||
list server '/*.microsoft.com/127.0.0.1#5056'
|
||||
list server '/*.windowsupdate.com/127.0.0.1#5056'
|
||||
list server '/*.bing.com/127.0.0.1#5056'
|
||||
list server '/*.supercell.com/127.0.0.1#5056'
|
||||
list server '/*.seeurlpcl.com/127.0.0.1#5056'
|
||||
list server '/*.supercellid.com/127.0.0.1#5056'
|
||||
list server '/*.supercellgames.com/127.0.0.1#5056'
|
||||
list server '/*.clashroyale.com/127.0.0.1#5056'
|
||||
list server '/*.brawlstars.com/127.0.0.1#5056'
|
||||
list server '/*.clash.com/127.0.0.1#5056'
|
||||
list server '/*.clashofclans.com/127.0.0.1#5056'
|
||||
|
||||
config dhcp 'lan'
|
||||
option interface 'lan'
|
||||
option start '21'
|
||||
option limit '200'
|
||||
option leasetime '12h'
|
||||
option dhcpv4 'server'
|
||||
|
||||
config dhcp 'wan'
|
||||
option interface 'wan'
|
||||
option ignore '1'
|
||||
|
||||
config odhcpd 'odhcpd'
|
||||
option maindhcp '0'
|
||||
option leasefile '/tmp/hosts/odhcpd'
|
||||
option leasetrigger '/usr/sbin/odhcpd-update'
|
||||
option loglevel '4'
|
||||
34
config_files/https-dns-proxy
Normal file
34
config_files/https-dns-proxy
Normal file
@@ -0,0 +1,34 @@
|
||||
|
||||
config main 'config'
|
||||
option canary_domains_icloud '1'
|
||||
option canary_domains_mozilla '1'
|
||||
option dnsmasq_config_update '*'
|
||||
option force_dns '1'
|
||||
list force_dns_port '53'
|
||||
list force_dns_port '853'
|
||||
option procd_trigger_wan6 '0'
|
||||
|
||||
config https-dns-proxy
|
||||
option resolver_url 'https://dns.adguard-dns.com/dns-query'
|
||||
option bootstrap_dns '94.140.14.14,94.140.15.15'
|
||||
option listen_addr '127.0.0.1'
|
||||
option listen_port '5053'
|
||||
|
||||
config https-dns-proxy
|
||||
option resolver_url 'https://dns.google/dns-query'
|
||||
option bootstrap_dns '8.8.8.8,8.8.4.4'
|
||||
option listen_addr '127.0.0.1'
|
||||
option listen_port '5054'
|
||||
|
||||
config https-dns-proxy
|
||||
option resolver_url 'https://cloudflare-dns.com/dns-query'
|
||||
option bootstrap_dns '1.1.1.1,1.0.0.1'
|
||||
option listen_addr '127.0.0.1'
|
||||
option listen_port '5055'
|
||||
|
||||
config https-dns-proxy
|
||||
option resolver_url 'https://router.comss.one/dns-query'
|
||||
option bootstrap_dns '195.133.25.16,212.109.195.93'
|
||||
option listen_addr '127.0.0.1'
|
||||
option listen_port '5056'
|
||||
|
||||
27
config_files/podkop
Normal file
27
config_files/podkop
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
config main 'main'
|
||||
option mode 'vpn'
|
||||
option domain_list_enabled '1'
|
||||
option subnets_list_enabled '1'
|
||||
option custom_domains_list_enabled 'dynamic'
|
||||
option custom_subnets_list_enabled 'disabled'
|
||||
option all_traffic_from_ip_enabled '0'
|
||||
option custom_download_domains_list_enabled '0'
|
||||
option custom_download_subnets_list_enabled '0'
|
||||
option exclude_from_ip_enabled '0'
|
||||
option exclude_ntp '1'
|
||||
option update_interval '0 4 * * *'
|
||||
option custom_local_domains_list_enabled '0'
|
||||
option interface 'awg10'
|
||||
option domain_list 'ru_inside'
|
||||
option delist_domains_enabled '0'
|
||||
list subnets 'meta'
|
||||
list subnets 'twitter'
|
||||
list subnets 'discord'
|
||||
list custom_domains '2ip.ru'
|
||||
|
||||
config second 'second'
|
||||
option second_enable '0'
|
||||
option domain_list_enabled '0'
|
||||
list domains 'youtube'
|
||||
|
||||
97
config_files/youtubeUnblock
Normal file
97
config_files/youtubeUnblock
Normal file
@@ -0,0 +1,97 @@
|
||||
|
||||
config youtubeUnblock 'youtubeUnblock'
|
||||
option conf_strat 'ui_flags'
|
||||
option packet_mark '32768'
|
||||
option queue_num '537'
|
||||
option silent '1'
|
||||
option no_ipv6 '1'
|
||||
|
||||
config section
|
||||
option name 'youtube'
|
||||
option enabled '1'
|
||||
option tls_enabled '1'
|
||||
option fake_sni '1'
|
||||
option faking_strategy 'pastseq'
|
||||
option fake_sni_seq_len '1'
|
||||
option fake_sni_type 'default'
|
||||
option frag 'tcp'
|
||||
option frag_sni_reverse '1'
|
||||
option frag_sni_faked '0'
|
||||
option frag_middle_sni '1'
|
||||
option frag_sni_pos '1'
|
||||
option seg2delay '0'
|
||||
option fk_winsize '0'
|
||||
option synfake '0'
|
||||
option sni_detection 'parse'
|
||||
option all_domains '0'
|
||||
list sni_domains 'googlevideo.com'
|
||||
list sni_domains 'ggpht.com'
|
||||
list sni_domains 'ytimg.com'
|
||||
list sni_domains 'youtube.com'
|
||||
list sni_domains 'play.google.com'
|
||||
list sni_domains 'youtu.be'
|
||||
list sni_domains 'googleapis.com'
|
||||
list sni_domains 'googleusercontent.com'
|
||||
list sni_domains 'gstatic.com'
|
||||
list sni_domains 'l.google.com'
|
||||
option quic_drop '1'
|
||||
|
||||
config section
|
||||
option name 'other_zapret'
|
||||
option tls_enabled '1'
|
||||
option fake_sni '1'
|
||||
option faking_strategy 'pastseq'
|
||||
option fake_sni_seq_len '1'
|
||||
option fake_sni_type 'default'
|
||||
option frag 'tcp'
|
||||
option frag_sni_reverse '1'
|
||||
option frag_sni_faked '0'
|
||||
option frag_middle_sni '1'
|
||||
option frag_sni_pos '1'
|
||||
option seg2delay '0'
|
||||
option fk_winsize '0'
|
||||
option synfake '0'
|
||||
option all_domains '0'
|
||||
option sni_detection 'parse'
|
||||
option quic_drop '0'
|
||||
option udp_mode 'fake'
|
||||
option udp_faking_strategy 'none'
|
||||
option udp_fake_seq_len '6'
|
||||
option udp_fake_len '64'
|
||||
list udp_dport_filter '50000-50100 '
|
||||
option udp_filter_quic 'disabled'
|
||||
option enabled '1'
|
||||
list sni_domains 'discord.com'
|
||||
list sni_domains 'discordapp.com'
|
||||
list sni_domains 'discord.gg'
|
||||
list sni_domains 'discordapp.net'
|
||||
list sni_domains 'discord.media'
|
||||
list sni_domains 'cdninstagram.com'
|
||||
list sni_domains 'instagram.com'
|
||||
list sni_domains 'ig.me'
|
||||
list sni_domains 'fbcdn.net'
|
||||
list sni_domains 'facebook.com'
|
||||
list sni_domains 'facebook.net'
|
||||
list sni_domains 'fb.com'
|
||||
list sni_domains 'rutracker.org'
|
||||
list sni_domains 'rutracker.net'
|
||||
list sni_domains 'rutracker.cc'
|
||||
list sni_domains 'rutor.info'
|
||||
list sni_domains 'rutor.is'
|
||||
list sni_domains 'nnmclub.to'
|
||||
list sni_domains 'twitter.com'
|
||||
list sni_domains 't.co'
|
||||
list sni_domains 'twimg.com'
|
||||
list sni_domains 'ads-twitter.com'
|
||||
list sni_domains 'x.com'
|
||||
list sni_domains 'pscp.tv'
|
||||
list sni_domains 'twtrdns.net'
|
||||
list sni_domains 'twttr.com'
|
||||
list sni_domains 'periscope.tv'
|
||||
list sni_domains 'tweetdeck.com'
|
||||
list sni_domains 'twitpic.com'
|
||||
list sni_domains 'twitter.co'
|
||||
list sni_domains 'twitterinc.com'
|
||||
list sni_domains 'twitteroauth.com'
|
||||
list sni_domains 'twitterstat.us'
|
||||
|
||||
Reference in New Issue
Block a user