mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2025-12-27 01:08:07 +03:00
Upgrade Podkop to 0.7.1v
This commit is contained in:
@@ -1,55 +1,54 @@
|
||||
|
||||
config main 'main'
|
||||
option mode 'proxy'
|
||||
option proxy_config_type 'outbound'
|
||||
option domain_list_enabled '1'
|
||||
option subnets_list_enabled '0'
|
||||
option custom_domains_list_type 'text'
|
||||
option custom_local_domains_list_enabled '0'
|
||||
option custom_download_domains_list_enabled '0'
|
||||
option custom_download_subnets_list_enabled '0'
|
||||
option all_traffic_from_ip_enabled '0'
|
||||
option delist_domains_enabled '0'
|
||||
option exclude_from_ip_enabled '0'
|
||||
option yacd '0'
|
||||
option socks5 '0'
|
||||
option exclude_ntp '1'
|
||||
option quic_disable '1'
|
||||
option dont_touch_dhcp '1'
|
||||
option update_interval '1d'
|
||||
config settings 'settings'
|
||||
option dns_type 'doh'
|
||||
option dns_server 'dns.adguard-dns.com'
|
||||
option split_dns_enabled '0'
|
||||
option bootstrap_dns_server '8.8.8.8'
|
||||
option dns_rewrite_ttl '60'
|
||||
option cache_file '/tmp/cache.db'
|
||||
list iface 'br-lan'
|
||||
option mon_restart_ifaces '0'
|
||||
option detour '1'
|
||||
option enable_output_network_interface '0'
|
||||
option enable_badwan_interface_monitoring '0'
|
||||
option enable_yacd '0'
|
||||
option disable_quic '1'
|
||||
option update_interval '1d'
|
||||
option download_lists_via_proxy '1'
|
||||
option dont_touch_dhcp '1'
|
||||
option config_path '/etc/sing-box/config.json'
|
||||
option cache_path '/tmp/sing-box/cache.db'
|
||||
option exclude_ntp '1'
|
||||
option shutdown_correctly '0'
|
||||
option download_lists_via_proxy_section 'main'
|
||||
list source_network_interfaces 'br-lan'
|
||||
|
||||
config section 'main'
|
||||
option connection_type 'proxy'
|
||||
option proxy_config_type 'outbound'
|
||||
option enable_udp_over_tcp '0'
|
||||
option shutdown_correctly '1'
|
||||
option user_domain_list_type 'text'
|
||||
option user_subnet_list_type 'disabled'
|
||||
option mixed_proxy_enabled '0'
|
||||
option outbound_json '{
|
||||
"type": "http",
|
||||
"tag": "http-proxy",
|
||||
"server": "127.0.0.1",
|
||||
"server_port": 18080
|
||||
}'
|
||||
list domain_list 'geoblock'
|
||||
list domain_list 'block'
|
||||
list domain_list 'meta'
|
||||
list domain_list 'twitter'
|
||||
list domain_list 'hdrezka'
|
||||
list domain_list 'google_ai'
|
||||
option custom_domains_text 'myip.com'
|
||||
option custom_subnets_list_enabled 'disabled'
|
||||
list community_lists 'geoblock'
|
||||
list community_lists 'block'
|
||||
list community_lists 'meta'
|
||||
list community_lists 'twitter'
|
||||
list community_lists 'hdrezka'
|
||||
list community_lists 'tiktok'
|
||||
list community_lists 'google_ai'
|
||||
option user_domains_text 'myip.com'
|
||||
|
||||
config extra 'Youtube_Discord'
|
||||
option mode 'vpn'
|
||||
config section 'Youtube_Discord'
|
||||
option connection_type 'vpn'
|
||||
option interface 'awg10'
|
||||
option domain_list_enabled '1'
|
||||
list domain_list 'youtube'
|
||||
list domain_list 'discord'
|
||||
option custom_domains_list_type 'text'
|
||||
option custom_domains_text '2ip.ru'
|
||||
option custom_local_domains_list_enabled '0'
|
||||
option custom_download_domains_list_enabled '0'
|
||||
option custom_subnets_list_enabled 'disabled'
|
||||
option custom_download_subnets_list_enabled '0'
|
||||
option all_traffic_from_ip_enabled '0'
|
||||
option domain_resolver_enabled '0'
|
||||
option user_domain_list_type 'text'
|
||||
option user_subnet_list_type 'disabled'
|
||||
option mixed_proxy_enabled '0'
|
||||
list community_lists 'youtube'
|
||||
list community_lists 'discord'
|
||||
option user_domains_text '2ip.ru'
|
||||
|
||||
|
||||
@@ -1,54 +1,53 @@
|
||||
|
||||
config main 'main'
|
||||
option mode 'proxy'
|
||||
option proxy_config_type 'outbound'
|
||||
option domain_list_enabled '1'
|
||||
option subnets_list_enabled '0'
|
||||
option custom_domains_list_type 'text'
|
||||
option custom_local_domains_list_enabled '0'
|
||||
option custom_download_domains_list_enabled '0'
|
||||
option custom_download_subnets_list_enabled '0'
|
||||
option all_traffic_from_ip_enabled '0'
|
||||
option delist_domains_enabled '0'
|
||||
option exclude_from_ip_enabled '0'
|
||||
option yacd '0'
|
||||
option socks5 '0'
|
||||
option exclude_ntp '1'
|
||||
option quic_disable '1'
|
||||
option dont_touch_dhcp '1'
|
||||
option update_interval '1d'
|
||||
config settings 'settings'
|
||||
option dns_type 'doh'
|
||||
option dns_server 'dns.adguard-dns.com'
|
||||
option split_dns_enabled '0'
|
||||
option bootstrap_dns_server '8.8.8.8'
|
||||
option dns_rewrite_ttl '60'
|
||||
option cache_file '/tmp/cache.db'
|
||||
list iface 'br-lan'
|
||||
option mon_restart_ifaces '0'
|
||||
option detour '1'
|
||||
option enable_output_network_interface '0'
|
||||
option enable_badwan_interface_monitoring '0'
|
||||
option enable_yacd '0'
|
||||
option disable_quic '1'
|
||||
option update_interval '1d'
|
||||
option download_lists_via_proxy '1'
|
||||
option dont_touch_dhcp '1'
|
||||
option config_path '/etc/sing-box/config.json'
|
||||
option cache_path '/tmp/sing-box/cache.db'
|
||||
option exclude_ntp '1'
|
||||
option shutdown_correctly '0'
|
||||
option download_lists_via_proxy_section 'main'
|
||||
list source_network_interfaces 'br-lan'
|
||||
|
||||
config section 'main'
|
||||
option connection_type 'proxy'
|
||||
option proxy_config_type 'outbound'
|
||||
option enable_udp_over_tcp '0'
|
||||
option shutdown_correctly '1'
|
||||
option user_domain_list_type 'text'
|
||||
option user_subnet_list_type 'disabled'
|
||||
option mixed_proxy_enabled '0'
|
||||
option outbound_json '{
|
||||
"type": "http",
|
||||
"tag": "http-proxy",
|
||||
"server": "127.0.0.1",
|
||||
"server_port": 18080
|
||||
}'
|
||||
list domain_list 'geoblock'
|
||||
list domain_list 'block'
|
||||
list domain_list 'meta'
|
||||
list domain_list 'twitter'
|
||||
list domain_list 'hdrezka'
|
||||
list domain_list 'google_ai'
|
||||
option custom_domains_text 'myip.com'
|
||||
option custom_subnets_list_enabled 'disabled'
|
||||
list community_lists 'geoblock'
|
||||
list community_lists 'block'
|
||||
list community_lists 'meta'
|
||||
list community_lists 'twitter'
|
||||
list community_lists 'hdrezka'
|
||||
list community_lists 'tiktok'
|
||||
list community_lists 'google_ai'
|
||||
option user_domains_text 'myip.com'
|
||||
|
||||
config extra 'Discord'
|
||||
option mode 'vpn'
|
||||
config section 'Discord'
|
||||
option connection_type 'vpn'
|
||||
option interface 'awg10'
|
||||
option domain_list_enabled '1'
|
||||
list domain_list 'discord'
|
||||
option custom_domains_list_type 'text'
|
||||
option custom_domains_text '2ip.ru'
|
||||
option custom_local_domains_list_enabled '0'
|
||||
option custom_download_domains_list_enabled '0'
|
||||
option custom_subnets_list_enabled 'disabled'
|
||||
option custom_download_subnets_list_enabled '0'
|
||||
option all_traffic_from_ip_enabled '0'
|
||||
option domain_resolver_enabled '0'
|
||||
option user_domain_list_type 'text'
|
||||
option user_subnet_list_type 'disabled'
|
||||
option mixed_proxy_enabled '0'
|
||||
list community_lists 'discord'
|
||||
option user_domains_text '2ip.ru'
|
||||
|
||||
|
||||
@@ -1,42 +1,43 @@
|
||||
|
||||
config main 'main'
|
||||
option mode 'proxy'
|
||||
option proxy_config_type 'outbound'
|
||||
option domain_list_enabled '1'
|
||||
option subnets_list_enabled '0'
|
||||
option custom_domains_list_type 'text'
|
||||
option custom_local_domains_list_enabled '0'
|
||||
option custom_download_domains_list_enabled '0'
|
||||
option custom_download_subnets_list_enabled '0'
|
||||
option all_traffic_from_ip_enabled '0'
|
||||
option delist_domains_enabled '0'
|
||||
option exclude_from_ip_enabled '0'
|
||||
option yacd '0'
|
||||
option socks5 '0'
|
||||
option exclude_ntp '1'
|
||||
option quic_disable '1'
|
||||
option dont_touch_dhcp '1'
|
||||
option update_interval '1d'
|
||||
config settings 'settings'
|
||||
option dns_type 'doh'
|
||||
option dns_server 'dns.adguard-dns.com'
|
||||
option split_dns_enabled '0'
|
||||
option bootstrap_dns_server '8.8.8.8'
|
||||
option dns_rewrite_ttl '60'
|
||||
option cache_file '/tmp/cache.db'
|
||||
list iface 'br-lan'
|
||||
option mon_restart_ifaces '0'
|
||||
option detour '1'
|
||||
option enable_output_network_interface '0'
|
||||
option enable_badwan_interface_monitoring '0'
|
||||
option enable_yacd '0'
|
||||
option disable_quic '1'
|
||||
option update_interval '1d'
|
||||
option download_lists_via_proxy '1'
|
||||
option dont_touch_dhcp '1'
|
||||
option config_path '/etc/sing-box/config.json'
|
||||
option cache_path '/tmp/sing-box/cache.db'
|
||||
option exclude_ntp '1'
|
||||
option shutdown_correctly '0'
|
||||
option download_lists_via_proxy_section 'main'
|
||||
list source_network_interfaces 'br-lan'
|
||||
|
||||
config section 'main'
|
||||
option connection_type 'proxy'
|
||||
option proxy_config_type 'outbound'
|
||||
option enable_udp_over_tcp '0'
|
||||
option shutdown_correctly '1'
|
||||
option user_domain_list_type 'text'
|
||||
option user_subnet_list_type 'disabled'
|
||||
option mixed_proxy_enabled '0'
|
||||
option outbound_json '{
|
||||
"type": "http",
|
||||
"tag": "http-proxy",
|
||||
"server": "127.0.0.1",
|
||||
"server_port": 18080
|
||||
}'
|
||||
list domain_list 'geoblock'
|
||||
list domain_list 'block'
|
||||
list domain_list 'meta'
|
||||
list domain_list 'twitter'
|
||||
list domain_list 'hdrezka'
|
||||
list domain_list 'google_ai'
|
||||
list domain_list 'discord'
|
||||
option custom_domains_text 'myip.com'
|
||||
option custom_subnets_list_enabled 'disabled'
|
||||
list community_lists 'geoblock'
|
||||
list community_lists 'block'
|
||||
list community_lists 'meta'
|
||||
list community_lists 'twitter'
|
||||
list community_lists 'hdrezka'
|
||||
list community_lists 'tiktok'
|
||||
list community_lists 'google_ai'
|
||||
list community_lists 'discord'
|
||||
option user_domains_text 'myip.com'
|
||||
@@ -1,43 +1,44 @@
|
||||
|
||||
config main 'main'
|
||||
option mode 'proxy'
|
||||
option proxy_config_type 'outbound'
|
||||
option domain_list_enabled '1'
|
||||
option subnets_list_enabled '0'
|
||||
option custom_domains_list_type 'text'
|
||||
option custom_local_domains_list_enabled '0'
|
||||
option custom_download_domains_list_enabled '0'
|
||||
option custom_download_subnets_list_enabled '0'
|
||||
option all_traffic_from_ip_enabled '0'
|
||||
option delist_domains_enabled '0'
|
||||
option exclude_from_ip_enabled '0'
|
||||
option yacd '0'
|
||||
option socks5 '0'
|
||||
option exclude_ntp '1'
|
||||
option quic_disable '1'
|
||||
option dont_touch_dhcp '1'
|
||||
option update_interval '1d'
|
||||
config settings 'settings'
|
||||
option dns_type 'doh'
|
||||
option dns_server 'dns.adguard-dns.com'
|
||||
option split_dns_enabled '0'
|
||||
option bootstrap_dns_server '8.8.8.8'
|
||||
option dns_rewrite_ttl '60'
|
||||
option cache_file '/tmp/cache.db'
|
||||
list iface 'br-lan'
|
||||
option mon_restart_ifaces '0'
|
||||
option detour '1'
|
||||
option enable_output_network_interface '0'
|
||||
option enable_badwan_interface_monitoring '0'
|
||||
option enable_yacd '0'
|
||||
option disable_quic '1'
|
||||
option update_interval '1d'
|
||||
option download_lists_via_proxy '1'
|
||||
option dont_touch_dhcp '1'
|
||||
option config_path '/etc/sing-box/config.json'
|
||||
option cache_path '/tmp/sing-box/cache.db'
|
||||
option exclude_ntp '1'
|
||||
option shutdown_correctly '0'
|
||||
option download_lists_via_proxy_section 'main'
|
||||
list source_network_interfaces 'br-lan'
|
||||
|
||||
config section 'main'
|
||||
option connection_type 'proxy'
|
||||
option proxy_config_type 'outbound'
|
||||
option enable_udp_over_tcp '0'
|
||||
option shutdown_correctly '1'
|
||||
option user_domain_list_type 'text'
|
||||
option user_subnet_list_type 'disabled'
|
||||
option mixed_proxy_enabled '0'
|
||||
option outbound_json '{
|
||||
"type": "http",
|
||||
"tag": "http-proxy",
|
||||
"server": "127.0.0.1",
|
||||
"server_port": 18080
|
||||
}'
|
||||
list domain_list 'geoblock'
|
||||
list domain_list 'block'
|
||||
list domain_list 'meta'
|
||||
list domain_list 'twitter'
|
||||
list domain_list 'hdrezka'
|
||||
list domain_list 'google_ai'
|
||||
list domain_list 'discord'
|
||||
list domain_list 'youtube'
|
||||
option custom_domains_text 'myip.com'
|
||||
option custom_subnets_list_enabled 'disabled'
|
||||
list community_lists 'geoblock'
|
||||
list community_lists 'block'
|
||||
list community_lists 'meta'
|
||||
list community_lists 'twitter'
|
||||
list community_lists 'hdrezka'
|
||||
list community_lists 'tiktok'
|
||||
list community_lists 'google_ai'
|
||||
list community_lists 'youtube'
|
||||
list community_lists 'discord'
|
||||
option user_domains_text 'myip.com'
|
||||
Reference in New Issue
Block a user