Skip to content

Commit 95c1729

Browse files
committed
Fix OutboundType alias after API type regeneration
1 parent ebbea52 commit 95c1729

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/config/config.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,15 @@ using Config = api::ConfigObject;
4040
using DaemonConfig = api::Daemon;
4141
using ApiConfig = api::ApiConfig;
4242
using Outbound = api::OutboundElement;
43-
using OutboundType = api::Type; // enum: INTERFACE, TABLE, BLACKHOLE, IGNORE, URLTEST
43+
using OutboundType = api::OutboundType; // enum: INTERFACE, TABLE, BLACKHOLE, IGNORE, URLTEST
4444
using OutboundGroup = api::OutboundGroupElement;
4545
using RetryConfig = api::Retry;
4646
using CircuitBreakerConfig = api::CircuitBreakerConfig;
4747
using ListConfig = api::ListConfigValue;
4848
using DnsServer = api::DnsServerElement;
4949
using DnsTestServer = api::DnsTestServer;
5050
using DnsRule = api::DnsRuleElement;
51+
using DnsSystemResolverType = api::DnsSystemResolverType;
5152
using DnsConfig = api::Dns;
5253
using RouteRule = api::RouteRuleElement;
5354
using RouteConfig = api::Route;

0 commit comments

Comments
 (0)